Don't show recurring invoices as overdue
This commit is contained in:
parent
1a31bf10d2
commit
11a2c2b671
1 changed files with 2 additions and 1 deletions
|
|
@ -81,7 +81,8 @@ class InvoiceRepository extends BaseRepository
|
|||
'invoices.is_deleted',
|
||||
'invoices.partial',
|
||||
'invoices.user_id',
|
||||
'invoices.is_public'
|
||||
'invoices.is_public',
|
||||
'invoices.is_recurring'
|
||||
);
|
||||
|
||||
$this->applyFilters($query, $entityType, ENTITY_INVOICE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue