mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Refresh journal after a rule is applied, #2070
This commit is contained in:
@@ -139,6 +139,7 @@ class ImportArrayStorage
|
||||
$processor = app(Processor::class);
|
||||
$processor->make($rule);
|
||||
$processor->handleTransactionJournal($journal);
|
||||
$journal->refresh();
|
||||
if ($rule->stop_processing) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user