Merge pull request #18102 from adityahase/fix-buying-develop

fix(buying): Translate label for "Supplier Addresses And Contacts" Report
This commit is contained in:
rohitwaghchaure
2019-06-28 14:44:21 +05:30
committed by GitHub

View File

@@ -220,7 +220,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"),
"reference_doctype": "Address", "reference_doctype": "Address",
"route_options": { "route_options": {
"party_type": "Supplier" "party_type": "Supplier"