mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 22:34:31 -04:00
Fix for recurring invoice list
This commit is contained in:
parent
4f926ec8b8
commit
ee4591c3c6
@ -125,7 +125,8 @@ class InvoiceRepository extends BaseRepository
|
|||||||
'contacts.last_name',
|
'contacts.last_name',
|
||||||
'contacts.email',
|
'contacts.email',
|
||||||
'invoices.deleted_at',
|
'invoices.deleted_at',
|
||||||
'invoices.is_deleted'
|
'invoices.is_deleted',
|
||||||
|
'invoices.user_id'
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($clientPublicId) {
|
if ($clientPublicId) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user