mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 16:14:28 -04:00
migrate client task rate
This commit is contained in:
parent
a553bb8dff
commit
7184f0bcdc
@ -421,7 +421,7 @@ info("get company");
|
||||
$credits = [];
|
||||
|
||||
$export_credits = Invoice::where('account_id', $this->account->id)
|
||||
->where('amount', '<', '0')
|
||||
->where('balance', '<', '0')
|
||||
->where('invoice_type_id', '=', INVOICE_TYPE_STANDARD)
|
||||
->where('is_public', true)
|
||||
->withTrashed()
|
||||
|
Loading…
x
Reference in New Issue
Block a user