Remove some unwanted row grid labels

doing it that way makes customization harder..still need to revisit how best to
do that i guess
This commit is contained in:
Lance Edgar 2018-11-02 18:59:46 -05:00
parent b8fdce378f
commit e4a518c444

View file

@ -121,10 +121,8 @@ class PricingBatchView(BatchMasterView):
g.set_type('new_price', 'currency') g.set_type('new_price', 'currency')
g.set_type('price_diff', 'currency') g.set_type('price_diff', 'currency')
g.set_label('upc', "UPC")
g.set_label('brand_name', "Brand") g.set_label('brand_name', "Brand")
g.set_label('regular_unit_cost', "Reg. Cost") g.set_label('regular_unit_cost', "Reg. Cost")
g.set_label('price_margin', "Margin")
g.set_label('price_markup', "Markup") g.set_label('price_markup', "Markup")
g.set_label('price_diff', "Diff") g.set_label('price_diff', "Diff")
g.set_label('manually_priced', "Manual") g.set_label('manually_priced', "Manual")