diff --git a/erpnext/manufacturing/doctype/bom/bom.js b/erpnext/manufacturing/doctype/bom/bom.js index 52056c4bc5c..e83f7e232ad 100644 --- a/erpnext/manufacturing/doctype/bom/bom.js +++ b/erpnext/manufacturing/doctype/bom/bom.js @@ -75,7 +75,6 @@ frappe.ui.form.on("BOM", { with_operations: function (frm) { frm.set_df_property("fg_based_operating_cost", "hidden", frm.doc.with_operations ? 1 : 0); - frm.trigger("toggle_fields_for_semi_finished_goods"); if (frm.doc.routing && frm.doc.with_operations && !frm.doc.operations.length) { frm.trigger("routing"); }