2
0
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:
Oliver
2018-04-16 21:07:57 +10:00
parent 835144c87f
commit 202a8e65b9
4 changed files with 31 additions and 1 deletions

View File

@@ -49,5 +49,6 @@ class EditStockItemForm(forms.ModelForm):
'batch',
'quantity',
'status',
'customer'
'customer',
'URL',
]