From e307328ee58c4e0bcfa74ca53f31bd85f9988ae1 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 21 Aug 2022 00:10:46 -0500 Subject: [PATCH] Move the 'quantity' field for CORE Product form --- tailbone_corepos/views/corepos/products.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',