mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Rule ConvertToDeposit: fix missing parameter
This commit is contained in:
@@ -206,7 +206,7 @@ class ConvertToDeposit implements ActionInterface
|
|||||||
|
|
||||||
// update the source transaction and put in the new revenue ID.
|
// update the source transaction and put in the new revenue ID.
|
||||||
DB::table('transactions')
|
DB::table('transactions')
|
||||||
->where('transaction_journal_id', '=', )
|
->where('transaction_journal_id', '=', $journal->id)
|
||||||
->where('amount', '<', 0)
|
->where('amount', '<', 0)
|
||||||
->update(['account_id' => $opposingAccount->id]);
|
->update(['account_id' => $opposingAccount->id]);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user