mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-16 08:05:00 +00:00
fix: codacy
This commit is contained in:
@@ -21,7 +21,7 @@ frappe.ui.form.on('Maintenance Schedule', {
|
||||
}
|
||||
},
|
||||
refresh: function(frm) {
|
||||
setTimeout(() => {
|
||||
setTimeout(() => {
|
||||
frm.toggle_display('generate_schedule', !(frm.is_new()));
|
||||
frm.toggle_display('schedule', !(frm.is_new()));
|
||||
},10);
|
||||
|
||||
Reference in New Issue
Block a user