Edit works again

This commit is contained in:
James Cole
2020-03-14 07:55:00 +01:00
parent fdffed636f
commit 9bb2f1cfd3
5 changed files with 14 additions and 16 deletions

View File

@@ -348,7 +348,6 @@ class BudgetRepository implements BudgetRepositoryInterface
if ('none' === $autoBudgetType) {
$autoBudgetType = 0;
}
if (0 !== $autoBudgetType) {
$autoBudget = $this->getAutoBudget($budget);
if (null === $autoBudget) {