Touch journals so issue #1036 is fixed.

This commit is contained in:
James Cole
2017-12-04 20:57:33 +01:00
parent 462439a5ab
commit 1b56765da3
11 changed files with 11 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ class SetBudget implements ActionInterface
Log::debug(sprintf('RuleAction SetBudget set the budget of journal #%d to budget #%d ("%s").', $journal->id, $budget->id, $budget->name));
$journal->budgets()->sync([$budget->id]);
$journal->touch();
return true;
}
}