fix(buying): Translate label for "Supplier Addresses And Contacts" Report

This commit is contained in:
Aditya Hase
2019-06-28 14:36:53 +05:30
parent c82253e479
commit 69051c4197

View File

@@ -199,7 +199,7 @@ def get_data():
"type": "report", "type": "report",
"is_query_report": True, "is_query_report": True,
"name": "Address And Contacts", "name": "Address And Contacts",
"label": "Supplier Addresses And Contacts", "label": _("Supplier Addresses And Contacts"),
"doctype": "Address", "doctype": "Address",
"route_options": { "route_options": {
"party_type": "Supplier" "party_type": "Supplier"