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:
|
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',
|
||||||
|
Loading…
Reference in New Issue
Block a user