Fix max amount.

This commit is contained in:
James Cole
2018-07-22 08:36:30 +02:00
parent aed7e6d289
commit 662b832274
4 changed files with 23 additions and 5 deletions

View File

@@ -840,7 +840,7 @@ class BudgetRepository implements BudgetRepositoryInterface
Log::debug(sprintf('Updated trigger %d: %s', $trigger->id, $trigger->trigger_value));
}
// find any rule actions related to budgets, with this budget name, and update them accordingly.
$types = [
'set_budget',