migrate client task rate
This commit is contained in:
parent
a553bb8dff
commit
7184f0bcdc
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue