Removed Form Scripts for course doctype.

They are no longer required as we are using portal pages now.
This commit is contained in:
Anand Chitipothu
2021-03-02 07:04:24 +00:00
parent 5ab4f86f90
commit 758f3ff090

View File

@@ -2,9 +2,4 @@
// For license information, please see license.txt
frappe.ui.form.on('Community Course', {
before_submit: function (form) {
if (!form.doc.route) {
form.doc.route = "/courses/" + form.doc.name
}
}
});