mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-19 16:10:00 +00:00
Allow rule to be applied to transactions (not just group).
This commit is contained in:
@@ -265,7 +265,7 @@ class RuleRepository implements RuleRepositoryInterface
|
||||
$ruleAction->active = 1;
|
||||
$ruleAction->stop_processing = $values['stopProcessing'];
|
||||
$ruleAction->action_type = $values['action'];
|
||||
$ruleAction->action_value = $values['value'];
|
||||
$ruleAction->action_value = is_null($values['value']) ? '' : $values['value'];
|
||||
$ruleAction->save();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user