Move the 'quantity' field for CORE Product form

This commit is contained in:
Lance Edgar 2022-08-21 00:10:46 -05:00
parent 35cdebbf18
commit e307328ee5

View file

@ -96,6 +96,7 @@ class ProductView(CoreOfficeMasterView):
'price_method',
'group_price',
'quantity',
'special_price_method',
'special_group_price',
'special_quantity',
@ -110,7 +111,6 @@ class ProductView(CoreOfficeMasterView):
'vendor_items',
'normal_price',
'quantity',
'special_price',
'start_date',
'end_date',