From da2e456f70b5fd7d22dce780befc21313a689130 Mon Sep 17 00:00:00 2001 From: deepeshgarg007 Date: Thu, 30 May 2019 22:26:52 +0530 Subject: [PATCH] fix: Add translations for missing labels in AR report --- .../accounts/report/accounts_receivable/accounts_receivable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py index f277a8b669..cdc9422465 100755 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py @@ -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",