mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 18:54:58 +00:00 
			
		
		
		
	Update GoogleChartController.php
Fixed chart.
This commit is contained in:
		| @@ -235,7 +235,9 @@ class GoogleChartController extends Controller | ||||
|         // query! | ||||
|         $start = Session::get('start', Carbon::now()->startOfMonth()); | ||||
|         $end   = Session::get('end', Carbon::now()->endOfMonth()); | ||||
|         $set   = TransactionJournal::leftJoin( | ||||
|         $set   = TransactionJournal:: | ||||
|             where('user_id',Auth::user()->id) | ||||
|             ->leftJoin( | ||||
|             'transactions', | ||||
|             function (JoinClause $join) { | ||||
|                 $join->on('transaction_journals.id', '=', 'transactions.transaction_journal_id')->where('amount', '>', 0); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user