mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Go to end of day.
This commit is contained in:
		| @@ -68,6 +68,7 @@ class AccountTransformer extends AbstractTransformer | ||||
|         // get account role (will only work if the type is asset. | ||||
|         $accountRole = $this->getAccountRole($account, $accountType); | ||||
|         $date        = $this->getDate(); | ||||
|         $date->endOfDay(); | ||||
|  | ||||
|         [$currencyId, $currencyCode, $currencySymbol, $decimalPlaces] = $this->getCurrency($account); | ||||
|         [$creditCardType, $monthlyPaymentDate] = $this->getCCInfo($account, $accountRole, $accountType); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user