Index: grails-app/services/com/lemans/ds/publicationcategory/ProductPublicationCategoryService.groovy =================================================================== diff -u -r799692bf2c6b79b7134dbe1d323e89a0fe4e892f -r29c43f30efff57e52209170626d092a83e73fda6 --- grails-app/services/com/lemans/ds/publicationcategory/ProductPublicationCategoryService.groovy (.../ProductPublicationCategoryService.groovy) (revision 799692bf2c6b79b7134dbe1d323e89a0fe4e892f) +++ grails-app/services/com/lemans/ds/publicationcategory/ProductPublicationCategoryService.groovy (.../ProductPublicationCategoryService.groovy) (revision 29c43f30efff57e52209170626d092a83e73fda6) @@ -35,6 +35,7 @@ if (criteria.productId) { clauses << 'productId = :productId' } if (criteria.isDigiActive) { clauses << 'isDigiActive = :isDigiActive' } if (criteria.categoryId) { clauses << 'categoryId = :categoryId' } + if (criteria.brandId) { clauses << 'brandId = :brandId' } if (criteria.derivedPartStatusId != null) { clauses << """ EXISTS (