2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-08 12:50:55 +00:00

Show BomItem reference field in BOM table

This commit is contained in:
Oliver Walters
2019-06-27 23:57:21 +10:00
parent 4648db6ce5
commit 808d332bda
3 changed files with 30 additions and 22 deletions

View File

@@ -136,6 +136,7 @@ class EditBomItemForm(HelperForm):
'part',
'sub_part',
'quantity',
'reference',
'overage',
'note'
]