mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +00:00
fix #1615
This commit is contained in:
@@ -95,7 +95,7 @@ class SplitJournalFormRequest extends Request
|
||||
'foreign_currency_code' => null,
|
||||
'reconciled' => false,
|
||||
'identifier' => $index,
|
||||
'currency_id' => $this->integer('journal_currency_id'),
|
||||
'currency_id' => (int)$transaction['transaction_currency_id'],
|
||||
'currency_code' => null,
|
||||
'description' => $transaction['transaction_description'] ?? '',
|
||||
'amount' => $transaction['amount'] ?? '',
|
||||
|
Reference in New Issue
Block a user