commit | d825ee57b7f28348b773888dc1b30a0f29ffb13e | [log] [tgz] |
---|---|---|
author | Aditya Hase <aditya@adityahase.com> | Fri Jun 28 14:36:53 2019 +0530 |
committer | Aditya Hase <aditya@adityahase.com> | Fri Jun 28 14:40:59 2019 +0530 |
tree | 951d760b766dfe5956d733676183a1c9a944fa20 | |
parent | 09fed465fb6653c0685b1b713dc626d56e445f8b [diff] |
fix(buying): Translate label for "Supplier Addresses And Contacts" Report
diff --git a/erpnext/config/buying.py b/erpnext/config/buying.py index d1b0d91..ba34923 100644 --- a/erpnext/config/buying.py +++ b/erpnext/config/buying.py
@@ -220,7 +220,7 @@ "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"