mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
Setup wizard fixes
This commit is contained in:
@@ -87,7 +87,6 @@ def install(country=None):
|
|||||||
{'doctype': 'Designation', 'designation_name': _('Head of Marketing and Sales')},
|
{'doctype': 'Designation', 'designation_name': _('Head of Marketing and Sales')},
|
||||||
{'doctype': 'Designation', 'designation_name': _('Software Developer')},
|
{'doctype': 'Designation', 'designation_name': _('Software Developer')},
|
||||||
{'doctype': 'Designation', 'designation_name': _('Designer')},
|
{'doctype': 'Designation', 'designation_name': _('Designer')},
|
||||||
{'doctype': 'Designation', 'designation_name': _('Assistant')},
|
|
||||||
{'doctype': 'Designation', 'designation_name': _('Researcher')},
|
{'doctype': 'Designation', 'designation_name': _('Researcher')},
|
||||||
|
|
||||||
# territory
|
# territory
|
||||||
|
|||||||
@@ -616,7 +616,7 @@ $.extend(erpnext.wiz, {
|
|||||||
|
|
||||||
var d = msgprint(__("There were errors."));
|
var d = msgprint(__("There were errors."));
|
||||||
d.custom_onhide = function() {
|
d.custom_onhide = function() {
|
||||||
frappe.set_route(erpnext.wiz.page_name, "0");
|
frappe.set_route(erpnext.wiz.wizard.page_name, erpnext.wiz.wizard.slides.length - 1);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user