[WIP] Address and Contact Fixes

This commit is contained in:
mbauskar
2017-01-19 17:45:22 +05:30
parent 531b49f6c7
commit cbc49e2989
9 changed files with 29 additions and 44 deletions

View File

@@ -172,8 +172,12 @@ def get_data():
{
"type": "report",
"is_query_report": True,
"name": "Supplier Addresses and Contacts",
"doctype": "Supplier"
"name": "Addresses And Contacts",
"label": "Supplier Addresses And Contacts",
"doctype": "Address",
"route_options": {
"party_type": "Supplier"
}
},
]
},