mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 06:01:21 +00:00
This commit is contained in:
@@ -269,7 +269,7 @@ class BudgetRepository implements BudgetRepositoryInterface
|
||||
|
||||
// try to create associated auto budget:
|
||||
$type = $data['auto_budget_type'] ?? 0;
|
||||
if (0 === $type) {
|
||||
if (0 === $type || '' === $type || 'none' === $type) {
|
||||
return $newBudget;
|
||||
}
|
||||
if ('reset' === $type) {
|
||||
|
||||
Reference in New Issue
Block a user