mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Stop processing other rules if asked.
This commit is contained in:
parent
af1c6b22bb
commit
4cc6d57e6e
@ -67,6 +67,10 @@ class FireRulesForStore
|
||||
// get some return out of this?
|
||||
$processor->handle();
|
||||
|
||||
if($rule->stop_processing) {
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
// echo 'Done processing rules. See log.';
|
||||
|
Loading…
Reference in New Issue
Block a user