mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
chore: fix conflicts
This commit is contained in:
@@ -586,25 +586,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "section_break_ndpq",
|
"fieldname": "section_break_ndpq",
|
||||||
<<<<<<< HEAD
|
|
||||||
"fieldtype": "Section Break"
|
"fieldtype": "Section Break"
|
||||||
=======
|
|
||||||
"fieldtype": "Section Break",
|
|
||||||
"label": "Required Items"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"default": "0",
|
|
||||||
"fetch_from": "bom_no.track_semi_finished_goods",
|
|
||||||
"fieldname": "track_semi_finished_goods",
|
|
||||||
"fieldtype": "Check",
|
|
||||||
"label": "Track Semi Finished Goods",
|
|
||||||
"read_only": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"default": "0",
|
|
||||||
"fieldname": "reserve_stock",
|
|
||||||
"fieldtype": "Check",
|
|
||||||
"label": " Reserve Stock"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"depends_on": "eval:doc.docstatus==1",
|
"depends_on": "eval:doc.docstatus==1",
|
||||||
@@ -613,7 +595,6 @@
|
|||||||
"label": "Disassembled Qty",
|
"label": "Disassembled Qty",
|
||||||
"no_copy": 1,
|
"no_copy": 1,
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
>>>>>>> 3e4d160626 (fix: disassemble qty calculation & max calculation to be allowed to create it)
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-cogs",
|
"icon": "fa fa-cogs",
|
||||||
@@ -621,11 +602,7 @@
|
|||||||
"image_field": "image",
|
"image_field": "image",
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
<<<<<<< HEAD
|
|
||||||
"modified": "2024-02-11 15:47:13.454422",
|
|
||||||
=======
|
|
||||||
"modified": "2025-06-21 00:55:45.916224",
|
"modified": "2025-06-21 00:55:45.916224",
|
||||||
>>>>>>> 3e4d160626 (fix: disassemble qty calculation & max calculation to be allowed to create it)
|
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Manufacturing",
|
"module": "Manufacturing",
|
||||||
"name": "Work Order",
|
"name": "Work Order",
|
||||||
@@ -661,4 +638,4 @@
|
|||||||
"title_field": "production_item",
|
"title_field": "production_item",
|
||||||
"track_changes": 1,
|
"track_changes": 1,
|
||||||
"track_seen": 1
|
"track_seen": 1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user