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

Edit packaging field

This commit is contained in:
Oliver Walters
2021-02-19 11:11:22 +11:00
parent 644583f636
commit e8bacbe45f
2 changed files with 9 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ class CreateStockItemForm(HelperForm):
'quantity',
'batch',
'serial_numbers',
'packaging',
'purchase_price',
'expiry_date',
'link',
@@ -414,6 +415,7 @@ class EditStockItemForm(HelperForm):
'status',
'expiry_date',
'purchase_price',
'packaging',
'link',
'delete_on_deplete',
'owner',