mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix total savings to accurately reflect end of current period.
This commit is contained in:
parent
9c8ba66873
commit
950c4045b0
@ -63,7 +63,7 @@ class HomeController extends Controller
|
||||
|
||||
$savingsTotal = 0;
|
||||
foreach ($savings as $savingAccount) {
|
||||
$savingsTotal += Steam::balance($savingAccount);
|
||||
$savingsTotal += Steam::balance($savingAccount, $end);
|
||||
}
|
||||
|
||||
// check if all books are correct.
|
||||
|
Loading…
Reference in New Issue
Block a user