[fix] Shipment in portal. Fixes #4291

This commit is contained in:
Anand Doshi
2015-11-26 18:22:03 +05:30
parent f942d97a18
commit 4b12740e8d
2 changed files with 3 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ website_route_rules = [
{"from_route": "/shipments", "to_route": "Delivery Note"},
{"from_route": "/shipments/<path:name>", "to_route": "order",
"defaults": {
"doctype": "Delivery Notes",
"doctype": "Delivery Note",
"parents": [{"title": _("Shipments"), "name": "shipments"}]
}
}