mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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\Payment' => $link = "/payments/{$entity_id}/edit",
|
||||||
'App\Models\Task' => $link = "/tasks/{$entity_id}/edit",
|
'App\Models\Task' => $link = "/tasks/{$entity_id}/edit",
|
||||||
'App\Models\Client' => $link = "/clients/{$entity_id}",
|
'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 = '',
|
default => $link = '',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user