From 69051c41978afe3b8614598a58fcad0665ebbe47 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 e99b1d88aa5..1db5233b026 100644 --- a/erpnext/config/buying.py +++ b/erpnext/config/buying.py @@ -199,7 +199,7 @@ def get_data(): "type": "report", "is_query_report": True, "name": "Address And Contacts", - "label": "Supplier Addresses And Contacts", + "label": _("Supplier Addresses And Contacts"), "doctype": "Address", "route_options": { "party_type": "Supplier"