mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Refresh journal after a rule is applied, #2070
This commit is contained in:
parent
7526f13ca9
commit
e2530c5486
@ -139,6 +139,7 @@ class ImportArrayStorage
|
||||
$processor = app(Processor::class);
|
||||
$processor->make($rule);
|
||||
$processor->handleTransactionJournal($journal);
|
||||
$journal->refresh();
|
||||
if ($rule->stop_processing) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user