mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix for #611 [skip ci]
This commit is contained in:
@@ -290,7 +290,7 @@ class PiggyBankController extends Controller
|
|||||||
$repository->createEvent($piggyBank, $amount);
|
$repository->createEvent($piggyBank, $amount);
|
||||||
|
|
||||||
Session::flash(
|
Session::flash(
|
||||||
'success', strval(trans('firefly.added_amount_to_piggy', ['amount' => Amount::format($amount, false), 'name' => e($piggyBank->name)]))
|
'success', strval(trans('firefly.added_amount_to_piggy', ['amount' => Amount::format($amount, false), 'name' => $piggyBank->name]))
|
||||||
);
|
);
|
||||||
Preferences::mark();
|
Preferences::mark();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user