From af11511d24a2365246eb71b1356ec3a7a60693c1 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 20 Sep 2020 23:35:07 -0500 Subject: [PATCH] Remove unwanted columns for default Products grid --- tailbone/views/products.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tailbone/views/products.py b/tailbone/views/products.py index 1cac0c19..cce79659 100644 --- a/tailbone/views/products.py +++ b/tailbone/views/products.py @@ -102,9 +102,6 @@ class ProductsView(MasterView): 'size', 'department', 'vendor', - 'cost', - 'true_cost', - 'true_margin', 'regular_price', 'current_price', ]