Skip to content

Fix budget

Nicolas Frandeboeuf requested to merge nicofrand/kresus:fix-budget into master

Fixes 2 issues:

  • threshold could be < 0
  • after a category update the threshold returned was a string and not an integer (and "0" > 0)

Please take a look at backend.updateCategory. I did not find any better solution.

Merge request reports