mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-16 01:08:12 +00:00
Added URL field to stock item
This commit is contained in:
@@ -49,5 +49,6 @@ class EditStockItemForm(forms.ModelForm):
|
||||
'batch',
|
||||
'quantity',
|
||||
'status',
|
||||
'customer'
|
||||
'customer',
|
||||
'URL',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user