Add some form fields (might have to remove later)
This commit is contained in:
parent
21dd893c01
commit
f3b17b2164
|
|
@ -94,6 +94,7 @@ class EditPartForm(HelperForm):
|
|||
'IPN',
|
||||
'variant',
|
||||
'is_template',
|
||||
'variant_of',
|
||||
'description',
|
||||
'keywords',
|
||||
'URL',
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ class CreateStockItemForm(HelperForm):
|
|||
'location',
|
||||
'quantity',
|
||||
'batch',
|
||||
'serial',
|
||||
'delete_on_deplete',
|
||||
'status',
|
||||
'notes',
|
||||
|
|
|
|||
Loading…
Reference in New Issue