mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
fix: add translation function to update budget.py
This commit is contained in:
@@ -302,7 +302,7 @@ def compare_expense_with_budget(args, budget_amount, action_for, action, budget_
|
|||||||
|
|
||||||
|
|
||||||
def get_expense_breakup(args, currency, budget_against):
|
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(
|
common_filters = frappe._dict(
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user