chore: resolve conflicts

This commit is contained in:
Mihir Kandoi
2026-06-11 20:28:31 +05:30
committed by GitHub
parent 02e38e80a7
commit b8d507e496

View File

@@ -75,13 +75,10 @@ frappe.ui.form.on("BOM", {
with_operations: function (frm) {
frm.set_df_property("fg_based_operating_cost", "hidden", frm.doc.with_operations ? 1 : 0);
<<<<<<< HEAD
=======
frm.trigger("toggle_fields_for_semi_finished_goods");
if (frm.doc.routing && frm.doc.with_operations && !frm.doc.operations.length) {
frm.trigger("routing");
}
>>>>>>> 9249fa89aa (fix(bom): fetch routing operations when Routing is selected (#55813))
},
fg_based_operating_cost: function (frm) {