fix: multiple minor fixes

This commit is contained in:
khushi8112
2025-11-20 12:18:03 +05:30
parent acec1a7a9d
commit c3ff5e3748
4 changed files with 11 additions and 3 deletions

View File

@@ -428,7 +428,7 @@ class BudgetValidation:
frappe.bold(key[2]),
frappe.bold(frappe.unscrub(key[0])),
frappe.bold(key[1]),
frappe.bold(fmt_money(v_map.accumulated_montly_budget, currency=currency)),
frappe.bold(fmt_money(v_map.accumulated_monthly_budget, currency=currency)),
self.budget_applicable_for(v_map, current_amt),
frappe.bold(fmt_money(monthly_diff, currency=currency)),
)