mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix home chart.
This commit is contained in:
		| @@ -81,7 +81,7 @@ trait ChartGeneration | ||||
|             ]; | ||||
| 
 | ||||
|             $currentStart = clone $start; | ||||
|             $range        = Steam::finalAccountBalanceInRange($account, $start, clone $end); | ||||
|             $range        = Steam::finalAccountBalanceInRange($account, $start, clone $end, $this->convertToNative); | ||||
|             $previous     = array_values($range)[0]; | ||||
|             while ($currentStart <= $end) { | ||||
|                 $format                        = $currentStart->format('Y-m-d'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user