mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Fix #265
This commit is contained in:
@@ -270,7 +270,7 @@ class PiggyBankController extends Controller
|
|||||||
*/
|
*/
|
||||||
public function postRemove(PiggyBankRepositoryInterface $repository, PiggyBank $piggyBank)
|
public function postRemove(PiggyBankRepositoryInterface $repository, PiggyBank $piggyBank)
|
||||||
{
|
{
|
||||||
$amount = round(Input::get('amount'), 2);
|
$amount = strval(round(Input::get('amount'), 2));
|
||||||
|
|
||||||
$savedSoFar = $piggyBank->currentRelevantRep()->currentamount;
|
$savedSoFar = $piggyBank->currentRelevantRep()->currentamount;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user