diff --git a/tailbone/views/batch/vendorcatalog.py b/tailbone/views/batch/vendorcatalog.py index d501853d..1eb0b9e4 100644 --- a/tailbone/views/batch/vendorcatalog.py +++ b/tailbone/views/batch/vendorcatalog.py @@ -88,6 +88,7 @@ class VendorCatalogsView(FileBatchMasterView): 'description', 'size', 'vendor_code', + 'is_preferred_vendor', 'old_unit_cost', 'unit_cost', 'unit_cost_diff', @@ -211,6 +212,8 @@ class VendorCatalogsView(FileBatchMasterView): g.set_type('unit_cost_diff_percent', 'percent') g.set_label('unit_cost_diff_percent', "Diff. %") + g.set_label('is_preferred_vendor', "Pref. Vendor") + g.set_label('upc', "UPC") g.set_label('brand_name', "Brand") g.set_label('old_unit_cost', "Old Cost")