mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-09 15:29:30 +00:00
fix: rearrange fields in BOM Operation (#58683)
This commit is contained in:
@@ -17,9 +17,11 @@
|
||||
"workstation_type",
|
||||
"workstation",
|
||||
"time_in_mins",
|
||||
"section_break_bnyq",
|
||||
"fixed_time",
|
||||
"is_subcontracted",
|
||||
"is_final_finished_good",
|
||||
"column_break_zflu",
|
||||
"set_cost_based_on_bom_qty",
|
||||
"quality_inspection_required",
|
||||
"batch_split",
|
||||
@@ -311,7 +313,8 @@
|
||||
"description": "On completion of the Job Card, split the consumed batch into one child batch per finished piece",
|
||||
"fieldname": "batch_split",
|
||||
"fieldtype": "Check",
|
||||
"label": "Batch Split"
|
||||
"label": "Batch Split",
|
||||
"show_description_on_click": 1
|
||||
},
|
||||
{
|
||||
"depends_on": "eval:doc.batch_split",
|
||||
@@ -320,14 +323,23 @@
|
||||
"fieldtype": "Float",
|
||||
"label": "Weight Per Piece",
|
||||
"mandatory_depends_on": "eval:doc.batch_split",
|
||||
"non_negative": 1
|
||||
"non_negative": 1,
|
||||
"show_description_on_click": 1
|
||||
},
|
||||
{
|
||||
"fieldname": "section_break_bnyq",
|
||||
"fieldtype": "Section Break"
|
||||
},
|
||||
{
|
||||
"fieldname": "column_break_zflu",
|
||||
"fieldtype": "Column Break"
|
||||
}
|
||||
],
|
||||
"idx": 1,
|
||||
"index_web_pages_for_search": 1,
|
||||
"istable": 1,
|
||||
"links": [],
|
||||
"modified": "2026-08-28 18:00:00.000000",
|
||||
"modified": "2026-09-01 14:47:20.705648",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Manufacturing",
|
||||
"name": "BOM Operation",
|
||||
|
||||
Reference in New Issue
Block a user