From d825ee57b7f28348b773888dc1b30a0f29ffb13e Mon Sep 17 00:00:00 2001 From: Aditya Hase Date: Fri, 28 Jun 2019 14:36:53 +0530 Subject: [PATCH] fix(buying): Translate label for "Supplier Addresses And Contacts" Report --- erpnext/config/buying.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/config/buying.py b/erpnext/config/buying.py index d1b0d91728..ba3492330e 100644 --- a/erpnext/config/buying.py +++ b/erpnext/config/buying.py @@ -220,7 +220,7 @@ def get_data(): "type": "report", "is_query_report": True, "name": "Address And Contacts", - "label": "Supplier Addresses And Contacts", + "label": _("Supplier Addresses And Contacts"), "reference_doctype": "Address", "route_options": { "party_type": "Supplier"