Merge branch 'master' into develop

This commit is contained in:
Nabin Hait
2017-09-27 13:05:21 +05:30
12 changed files with 27 additions and 22 deletions

View File

@@ -80,7 +80,7 @@ website_route_rules = [
{"from_route": "/supplier-quotations/<path:name>", "to_route": "order",
"defaults": {
"doctype": "Supplier Quotation",
"parents": [{"label": _("Supplier Quotation"), "route": "quotations"}]
"parents": [{"label": _("Supplier Quotation"), "route": "supplier-quotations"}]
}
},
{"from_route": "/quotations", "to_route": "Quotation"},