mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-08 12:50:55 +00:00
Add generic method for retriving GET or POST params
This commit is contained in:
@@ -92,6 +92,8 @@ class EditBomItemForm(HelperForm):
|
||||
'quantity',
|
||||
'note'
|
||||
]
|
||||
|
||||
# Prevent editing of the part associated with this BomItem
|
||||
widgets = {'part': forms.HiddenInput()}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user