From e4a518c4441c7c9dae485215631aec94a7affe2b Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 2 Nov 2018 18:59:46 -0500 Subject: [PATCH] Remove some unwanted row grid labels doing it that way makes customization harder..still need to revisit how best to do that i guess --- tailbone/views/batch/pricing.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tailbone/views/batch/pricing.py b/tailbone/views/batch/pricing.py index 4ab42e70..63221339 100644 --- a/tailbone/views/batch/pricing.py +++ b/tailbone/views/batch/pricing.py @@ -121,10 +121,8 @@ class PricingBatchView(BatchMasterView): g.set_type('new_price', 'currency') g.set_type('price_diff', 'currency') - g.set_label('upc', "UPC") g.set_label('brand_name', "Brand") g.set_label('regular_unit_cost', "Reg. Cost") - g.set_label('price_margin', "Margin") g.set_label('price_markup', "Markup") g.set_label('price_diff', "Diff") g.set_label('manually_priced', "Manual")