mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Ignore virtual balance in select places.
This commit is contained in:
		| @@ -170,7 +170,7 @@ class PiggyBankController extends Controller | ||||
|             if (!isset($accounts[$account->id])) { | ||||
|                 $accounts[$account->id] = [ | ||||
|                     'name'              => $account->name, | ||||
|                     'balance'           => Steam::balance($account), | ||||
|                     'balance'           => Steam::balance($account,null,true), | ||||
|                     'leftForPiggyBanks' => $repository->leftOnAccount($account), | ||||
|                     'sumOfSaved'        => $piggyBank->savedSoFar, | ||||
|                     'sumOfTargets'      => floatval($piggyBank->targetamount), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user