mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Code clean up.
This commit is contained in:
		| @@ -89,10 +89,10 @@ class JournalTasker implements JournalTaskerInterface | ||||
|                 'transactions as destination', | ||||
|                 function (JoinClause $join) { | ||||
|                     $join | ||||
|                     ->on('transactions.transaction_journal_id', '=', 'destination.transaction_journal_id') | ||||
|                     ->where('transactions.amount', '=', DB::raw('destination.amount * -1')) | ||||
|                     ->where('transactions.identifier', '=', DB::raw('destination.identifier')) | ||||
|                     ->whereNull('destination.deleted_at'); | ||||
|                         ->on('transactions.transaction_journal_id', '=', 'destination.transaction_journal_id') | ||||
|                         ->where('transactions.amount', '=', DB::raw('destination.amount * -1')) | ||||
|                         ->where('transactions.identifier', '=', DB::raw('destination.identifier')) | ||||
|                         ->whereNull('destination.deleted_at'); | ||||
|                 } | ||||
|             ) | ||||
|             ->with(['budgets', 'categories']) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user