frappe.ui.form.on('Employee', {
refresh: function(frm) {
frm.set_df_property('designation', 'only_select', true);
}
});
Then reload and check it.
Thank You!
frappe.ui.form.on('Employee', {
refresh: function(frm) {
frm.set_df_property('designation', 'only_select', true);
}
});
Then reload and check it.
Thank You!