mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-20 21:43:08 -06:00
float > string.
This commit is contained in:
parent
7679721007
commit
905ae3437b
@ -274,7 +274,7 @@ class PiggyBankController extends Controller
|
||||
$repetition->save();
|
||||
|
||||
// create event
|
||||
$repository->createEvent($piggyBank, $amount * -1);
|
||||
$repository->createEvent($piggyBank, bcmul($amount, '-1'));
|
||||
|
||||
Session::flash('success', 'Removed ' . Amount::format($amount, false) . ' from "' . e($piggyBank->name) . '".');
|
||||
Preferences::mark();
|
||||
|
Loading…
Reference in New Issue
Block a user