mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-15 15:38:39 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user