diff --git a/InvenTree/part/forms.py b/InvenTree/part/forms.py index 040444093d..1157012196 100644 --- a/InvenTree/part/forms.py +++ b/InvenTree/part/forms.py @@ -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',