Index: src/main/groovy/com/lemans/pricecalc/controllers/catalog/CatalogPartController.groovy =================================================================== diff -u -rb6a4991a63e8f44e214e4815d4b92a30d925bae1 -ra10f5e49fd971507b2c5a96110cb37c43e90356e --- src/main/groovy/com/lemans/pricecalc/controllers/catalog/CatalogPartController.groovy (.../CatalogPartController.groovy) (revision b6a4991a63e8f44e214e4815d4b92a30d925bae1) +++ src/main/groovy/com/lemans/pricecalc/controllers/catalog/CatalogPartController.groovy (.../CatalogPartController.groovy) (revision a10f5e49fd971507b2c5a96110cb37c43e90356e) @@ -37,7 +37,7 @@ @Autowired Boolean emailToggle - static final List PART_FILTERS = ['vendorId', 'brandId', 'sectionId', 'catalogId', 'isDigiActive', 'isActive', 'statusCodeId', 'buyer', 'catalogCode', 'partRetailMargin', 'partDealerMargin'] + static final List PART_FILTERS = ['vendorId', 'brandId', 'sectionId', 'catalogId', 'isDigiActive', 'isActive', 'statusCodeId', 'buyer', 'catalogCode', 'partRetailMargin', 'partDealerMargin', 'manager'] static final List PART_MULTI_FILTERS = ['subComCodeId', 'derivedPartStatusId', 'partNumber'] static final List PART_LIKE_FILTERS = ['partDescr'] static final List PART_LIKE_NO_SPECIAL_FILTERS = ['vendorPartNumber']