mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
chore: resolve conflicts for production_plan.js
This commit is contained in:
@@ -16,12 +16,9 @@ frappe.ui.form.on("Production Plan", {
|
|||||||
"Work Order": "Work Order / Subcontract PO",
|
"Work Order": "Work Order / Subcontract PO",
|
||||||
"Material Request": "Material Request",
|
"Material Request": "Material Request",
|
||||||
};
|
};
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
|
|
||||||
frm.set_df_property("sub_assembly_items", "cannot_add_rows", true);
|
frm.set_df_property("sub_assembly_items", "cannot_add_rows", true);
|
||||||
frm.set_df_property("mr_items", "cannot_add_rows", true);
|
frm.set_df_property("mr_items", "cannot_add_rows", true);
|
||||||
>>>>>>> 25f979a825 (fix: prevent rows from being added to sub_assembly_items and mr_items)
|
|
||||||
},
|
},
|
||||||
|
|
||||||
setup_queries(frm) {
|
setup_queries(frm) {
|
||||||
|
|||||||
Reference in New Issue
Block a user