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

Add ability to include bom items inherited from parent parts in the API list

This commit is contained in:
Oliver Walters
2021-02-17 22:05:17 +11:00
parent 40d75090a7
commit 43eba3f7ec
4 changed files with 43 additions and 1 deletions

View File

@@ -331,6 +331,7 @@ class EditBomItemForm(HelperForm):
'reference',
'overage',
'note',
'inherited',
'optional',
]