mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
minor fix for recurring numbers
This commit is contained in:
parent
2384e3d3e8
commit
5ecd4da153
@ -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…
Reference in New Issue
Block a user