mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 15:18:05 +00:00
Code clean up.
This commit is contained in:
@@ -277,10 +277,10 @@ trait ImportSupport
|
||||
'transactions AS destination',
|
||||
function (JoinClause $join) {
|
||||
$join->on('transaction_journals.id', '=', 'destination.transaction_journal_id')->where(
|
||||
'destination.amount',
|
||||
'>',
|
||||
0
|
||||
);
|
||||
'destination.amount',
|
||||
'>',
|
||||
0
|
||||
);
|
||||
}
|
||||
)
|
||||
->leftJoin('accounts as source_accounts', 'source.account_id', '=', 'source_accounts.id')
|
||||
|
||||
Reference in New Issue
Block a user