Fix permissions bug for recurring invoices
This commit is contained in:
parent
91efade7f7
commit
bfb4267f43
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue