mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 06:20:55 -04:00
Fixes for tests
This commit is contained in:
parent
c2b07c3ebc
commit
656bf13510
@ -72,7 +72,7 @@ class PaymentRepository extends BaseRepository
|
|||||||
$this->processExchangeRates($data, $payment);
|
$this->processExchangeRates($data, $payment);
|
||||||
|
|
||||||
$is_existing_payment = false;
|
$is_existing_payment = false;
|
||||||
$client = Client::where('id', $data['client_id'])->withTrashed()->first;
|
$client = Client::where('id', $data['client_id'])->withTrashed()->first();
|
||||||
|
|
||||||
/*We only update the paid to date ONCE per payment*/
|
/*We only update the paid to date ONCE per payment*/
|
||||||
if (array_key_exists('invoices', $data) && is_array($data['invoices']) && count($data['invoices']) > 0) {
|
if (array_key_exists('invoices', $data) && is_array($data['invoices']) && count($data['invoices']) > 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user