mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
always set the currency_id
This commit is contained in:
parent
1c906fcb52
commit
a0749be96e
@ -101,6 +101,9 @@ class PaymentRepository extends BaseRepository
|
||||
$client->saveQuietly();
|
||||
}
|
||||
}, 1);
|
||||
|
||||
$client = Client::query()->where('id', $data['client_id'])->withTrashed()->first();
|
||||
|
||||
}
|
||||
|
||||
/*Fill the payment*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user