mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 07:53:16 +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 = app(Processor::class);
|
||||||
$processor->make($rule);
|
$processor->make($rule);
|
||||||
$processor->handleTransactionJournal($journal);
|
$processor->handleTransactionJournal($journal);
|
||||||
|
$journal->refresh();
|
||||||
if ($rule->stop_processing) {
|
if ($rule->stop_processing) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user