mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Make some parts of the budget repository multi-currency
This commit is contained in:
@@ -248,8 +248,9 @@ class OperationsRepository implements OperationsRepositoryInterface
|
||||
|
||||
|
||||
$array[$currencyId]['budgets'][$budgetId]['transaction_journals'][$journalId] = [
|
||||
'amount' => app('steam')->negative($journal['amount']),
|
||||
'date' => $journal['date'],
|
||||
'amount' => app('steam')->negative($journal['amount']),
|
||||
'source_account_id' => $journal['source_account_id'],
|
||||
'date' => $journal['date'],
|
||||
];
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user