mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 21:45:39 +00:00
Show BomItem reference field in BOM table
This commit is contained in:
@ -136,6 +136,7 @@ class EditBomItemForm(HelperForm):
|
||||
'part',
|
||||
'sub_part',
|
||||
'quantity',
|
||||
'reference',
|
||||
'overage',
|
||||
'note'
|
||||
]
|
||||
|
@ -166,6 +166,7 @@ class BomItemSerializer(InvenTreeModelSerializer):
|
||||
'sub_part',
|
||||
'sub_part_detail',
|
||||
'quantity',
|
||||
'reference',
|
||||
'price_range',
|
||||
'overage',
|
||||
'note',
|
||||
|
Reference in New Issue
Block a user