mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +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