fix: Add translations for missing labels in AR report

This commit is contained in:
deepeshgarg007 2019-05-30 22:26:52 +05:30
parent b6ffaf11fe
commit da2e456f70

View File

@ -83,7 +83,7 @@ class ReceivablePayableReport(object):
for label in ("Invoiced Amount", "Paid Amount", credit_or_debit_note, "Outstanding Amount"):
columns.append({
"label": label,
"label": _(label),
"fieldname": frappe.scrub(label),
"fieldtype": "Currency",
"options": "currency",