mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Expand code to be able to handle updates.
This commit is contained in:
@@ -64,7 +64,9 @@ class TransactionJournal extends Twig_Extension
|
||||
'currency' => $foreign,
|
||||
];
|
||||
}
|
||||
$totals[$foreignId]['amount'] = bcadd($transaction->foreign_amount, $totals[$foreignId]['amount']);
|
||||
$totals[$foreignId]['amount'] = bcadd(
|
||||
$transaction->foreign_amount,
|
||||
$totals[$foreignId]['amount']);
|
||||
}
|
||||
}
|
||||
$array = [];
|
||||
|
Reference in New Issue
Block a user