Added webform for Job Opening

This commit is contained in:
Kanchan Chauhan
2016-02-19 17:27:23 +05:30
parent 8fdd4e7b54
commit 2e8cc89e34
8 changed files with 107 additions and 6 deletions

View File

@@ -68,6 +68,13 @@ website_route_rules = [
"doctype": "Delivery Note",
"parents": [{"title": _("Shipments"), "name": "shipments"}]
}
},
{"from_route": "/jobs", "to_route": "Job Opening"},
{"from_route": "/jobs/<path:name>", "to_route": "job_opening",
"defaults": {
"doctype": "Job Opening",
"parents": [{"title": _("Job Opening"), "name": "jobs"}]
}
}
]