fix: Save completely allocated budget #1811
Reference in New Issue
Block a user
Delete Branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I noticed that when I completely budgeted I couldn't save the budget.
Previously, the logic only allowed positive values, which caused issues when handling fully allocated budgets or edge cases where no funds were left to distribute.
@M123-dev nice catch!