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")