mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-13 23:38:01 +00:00
fix: remove spurious function 'toggle_operations'
This commit is contained in:
@@ -659,7 +659,6 @@ frappe.ui.form.on("BOM", "with_operations", function(frm) {
|
||||
if(!cint(frm.doc.with_operations)) {
|
||||
frm.set_value("operations", []);
|
||||
}
|
||||
toggle_operations(frm);
|
||||
});
|
||||
|
||||
frappe.ui.form.on("BOM Scrap Item", {
|
||||
|
||||
Reference in New Issue
Block a user