mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Fix permissions bug for recurring invoices
This commit is contained in:
parent
91efade7f7
commit
bfb4267f43
@ -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…
Reference in New Issue
Block a user