minor fix for recurring numbers
This commit is contained in:
parent
2384e3d3e8
commit
5ecd4da153
1 changed files with 1 additions and 0 deletions
|
|
@ -364,6 +364,7 @@ trait GenerateMigrationResources
|
|||
$export_invoices = Invoice::where('account_id', $this->account->id)
|
||||
->where('amount', '>=', '0')
|
||||
->where('invoice_type_id', '=', INVOICE_TYPE_STANDARD)
|
||||
->where('is_recurring', false)
|
||||
->withTrashed()
|
||||
->get();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue