[fix] Freeze customize form on trigger of doctype

This commit is contained in:
Nabin Hait 2016-04-11 18:50:51 +05:30
parent ae0afc73df
commit 2adb2bf744

View file

@ -35,6 +35,7 @@ frappe.ui.form.on("Customize Form", {
return frm.call({
method: "fetch_to_customize",
doc: frm.doc,
freeze: true,
callback: function(r) {
frm.refresh();
frm.trigger("setup_sortable");