Merge pull request #18101 from adityahase/fix-buying

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

View File

@@ -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"