rtghan / FinancialOrganizer

3 stars 0 forks source link

Fixed bug involving adding expenses to month where no budgets had been made. #42

Closed rtghan closed 10 months ago

rtghan commented 10 months ago

Fixed bug where users could add expenses for months where budgets had not yet been defined. For instance, if you created a budget for September only, addExpense would try add an expense to December when used (because it currently uses current time), so it would error.