mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Textual fix in bill [skip ci]
This commit is contained in:
		| @@ -282,7 +282,7 @@ class GoogleChartController extends Controller | ||||
|         $chart->addColumn('Date', 'date'); | ||||
|         $chart->addColumn('Max amount', 'number'); | ||||
|         $chart->addColumn('Min amount', 'number'); | ||||
|         $chart->addColumn('Current entry', 'number'); | ||||
|         $chart->addColumn('Recorded bill entry', 'number'); | ||||
|  | ||||
|         // get first transaction or today for start: | ||||
|         $first = $bill->transactionjournals()->orderBy('date', 'ASC')->first(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user