mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Small adjustments to fix tests.
This commit is contained in:
@@ -424,7 +424,7 @@ class ReconcileController extends Controller
|
||||
'interest_date' => null,
|
||||
'book_date' => null,
|
||||
'transactions' => [[
|
||||
'currency_id' => $journal->transaction_currency_id,
|
||||
'currency_id' => intval($journal->transaction_currency_id),
|
||||
'currency_code' => null,
|
||||
'description' => null,
|
||||
'amount' => app('steam')->positive($submitted['amount']),
|
||||
|
Reference in New Issue
Block a user