Merge pull request #2849 from mbauskar/develop
[minor] hide custom buttons in customize form if form type is not sel…
This commit is contained in:
commit
8b1f4e2fe0
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ frappe.ui.form.on("Customize Form", {
|
|||
frm.trigger("setup_sortable");
|
||||
}
|
||||
});
|
||||
} else {
|
||||
frm.refresh();
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue