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:
model = SupplierPart
fields = [
'part',
'supplier',
'SKU',
'part',
'description',
'URL',
'manufacturer',
'MPN',
'URL',
'note',
'single_price',
'base_cost',