mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Change field ordering for SupplierPart form
- Import fields first!
This commit is contained in:
parent
5b6ba0bb8b
commit
9b77340782
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user