mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add note field to BomItem serializer
This commit is contained in:
parent
d5186fc615
commit
e370cb8d3c
@ -79,7 +79,8 @@ class BomItemSerializer(serializers.ModelSerializer):
|
||||
'url',
|
||||
'part',
|
||||
'sub_part',
|
||||
'quantity'
|
||||
'quantity',
|
||||
'note',
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user