mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Updates for document links
This commit is contained in:
parent
52f1c0bcfe
commit
6a127e3c5b
@ -223,6 +223,8 @@ class Document extends BaseModel
|
||||
'App\Models\Payment' => $link = "/payments/{$entity_id}/edit",
|
||||
'App\Models\Task' => $link = "/tasks/{$entity_id}/edit",
|
||||
'App\Models\Client' => $link = "/clients/{$entity_id}",
|
||||
'App\Models\RecurringExpense' => $link = "/recurring_expenses/{$entity_id}/edit",
|
||||
'App\Models\RecurringInvoice' => $link = "/recurring_invoices/{$entity_id}/edit",
|
||||
default => $link = '',
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user