diff --git a/tailbone_corepos/views/corepos/products.py b/tailbone_corepos/views/corepos/products.py index 370e3d1..beba4e1 100644 --- a/tailbone_corepos/views/corepos/products.py +++ b/tailbone_corepos/views/corepos/products.py @@ -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',