mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fix issue with recurring transactions and piggy banks.
This commit is contained in:
@@ -400,7 +400,7 @@ class SingleController extends Controller
|
||||
session()->flash('info', $this->attachments->getMessages()->get('attachments'));
|
||||
}
|
||||
|
||||
event(new StoredTransactionJournal($journal, $data['piggy_bank_id']));
|
||||
event(new StoredTransactionJournal($journal));
|
||||
|
||||
session()->flash('success_uri', route('transactions.show', [$journal->id]));
|
||||
session()->flash('success', (string)trans('firefly.stored_journal', ['description' => $journal->description]));
|
||||
|
Reference in New Issue
Block a user