Add some form fields (might have to remove later)

This commit is contained in:
Oliver Walters 2019-05-26 00:32:18 +10:00
parent 21dd893c01
commit f3b17b2164
2 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,7 @@ class EditPartForm(HelperForm):
'IPN',
'variant',
'is_template',
'variant_of',
'description',
'keywords',
'URL',

View File

@ -34,6 +34,7 @@ class CreateStockItemForm(HelperForm):
'location',
'quantity',
'batch',
'serial',
'delete_on_deplete',
'status',
'notes',