fix: add translation function to update budget.py

This commit is contained in:
Ernesto Ruiz
2025-07-29 09:07:04 -06:00
committed by GitHub
parent 0a34facb81
commit 0b08fe2bac

View File

@@ -302,7 +302,7 @@ def compare_expense_with_budget(args, budget_amount, action_for, action, budget_
def get_expense_breakup(args, currency, budget_against):
msg = "{{ _('<hr>Total Expenses booked through') }} - <ul>"
msg = "<hr> {{ _('Total Expenses booked through') }} - <ul>"
common_filters = frappe._dict(
{