mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Some small updates.
This commit is contained in:
@@ -121,7 +121,7 @@ class HomeController extends Controller
|
||||
$sum = $repository->sumOfEverything();
|
||||
|
||||
if (bccomp($sum, '0') !== 0) {
|
||||
Session::flash('error', strval(trans('firefly.unbalanced_error', ['amount' => Amount::format($sum,false)])));
|
||||
Session::flash('error', strval(trans('firefly.unbalanced_error', ['amount' => Amount::format($sum, false)])));
|
||||
}
|
||||
|
||||
foreach ($accounts as $account) {
|
||||
|
Reference in New Issue
Block a user