mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +00:00
Stop processing other rules if asked.
This commit is contained in:
@@ -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.';
|
||||
|
Reference in New Issue
Block a user