Skip to content

budget: transaction-cache BudgetLine.getAvailableBudgetDict

Jérome Perrin requested to merge fix/budget_cache into master

Eventhough _getBudgetDict was cached, getAvailableBudgetDict also calculates getCurrentBudget for each cell, which is also heavy.

Merge request reports