Change field ordering for SupplierPart form

- Import fields first!
This commit is contained in:
Oliver Walters 2019-04-28 08:55:29 +10:00
parent 5b6ba0bb8b
commit 9b77340782

View File

@ -101,13 +101,13 @@ class EditSupplierPartForm(HelperForm):
class Meta: class Meta:
model = SupplierPart model = SupplierPart
fields = [ fields = [
'part',
'supplier', 'supplier',
'SKU', 'SKU',
'part',
'description', 'description',
'URL',
'manufacturer', 'manufacturer',
'MPN', 'MPN',
'URL',
'note', 'note',
'single_price', 'single_price',
'base_cost', 'base_cost',