mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 15:04:32 -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.email',
|
||||
'invoices.deleted_at',
|
||||
'invoices.is_deleted'
|
||||
'invoices.is_deleted',
|
||||
'invoices.user_id'
|
||||
);
|
||||
|
||||
if ($clientPublicId) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user