mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 14:44:34 -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();
|
$client->saveQuietly();
|
||||||
}
|
}
|
||||||
}, 1);
|
}, 1);
|
||||||
|
|
||||||
|
$client = Client::query()->where('id', $data['client_id'])->withTrashed()->first();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Fill the payment*/
|
/*Fill the payment*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user