mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-13 20:05:09 +00:00
[fix] setup wizard
This commit is contained in:
@@ -435,7 +435,7 @@ frappe.wiz.on("before_load", function() {
|
||||
frappe.wiz.add_slide(erpnext.wiz.instructor);
|
||||
frappe.wiz.add_slide(erpnext.wiz.room);
|
||||
|
||||
if(frappe.wizard.domain && frappe.wizard.domain !== 'Education') {
|
||||
if(frappe.wizard && frappe.wizard.domain && frappe.wizard.domain !== 'Education') {
|
||||
frappe.wiz.welcome_page = "#welcome-to-erpnext";
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user