mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 17:53:49 +00:00
fix: allow bulk edit for bill of material items
(cherry picked from commit 1f74e06791)
This commit is contained in:
committed by
Mergify
parent
ba700bce90
commit
afe42ee3e9
@@ -279,6 +279,7 @@
|
||||
"oldfieldtype": "Section Break"
|
||||
},
|
||||
{
|
||||
"allow_bulk_edit": 1,
|
||||
"fieldname": "items",
|
||||
"fieldtype": "Table",
|
||||
"label": "Items",
|
||||
@@ -590,6 +591,7 @@
|
||||
},
|
||||
{
|
||||
"default": "0",
|
||||
"depends_on": "eval:doc.track_semi_finished_goods === 0",
|
||||
"fieldname": "fg_based_operating_cost",
|
||||
"fieldtype": "Check",
|
||||
"label": "Finished Goods based Operating Cost"
|
||||
@@ -638,7 +640,7 @@
|
||||
"image_field": "image",
|
||||
"is_submittable": 1,
|
||||
"links": [],
|
||||
"modified": "2025-06-16 16:13:22.497695",
|
||||
"modified": "2025-10-29 17:43:12.966753",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Manufacturing",
|
||||
"name": "BOM",
|
||||
|
||||
@@ -158,6 +158,7 @@ class BOM(WebsiteGenerator):
|
||||
show_operations: DF.Check
|
||||
thumbnail: DF.Data | None
|
||||
total_cost: DF.Currency
|
||||
track_semi_finished_goods: DF.Check
|
||||
transfer_material_against: DF.Literal["", "Work Order", "Job Card"]
|
||||
uom: DF.Link | None
|
||||
web_long_description: DF.TextEditor | None
|
||||
|
||||
Reference in New Issue
Block a user