@@ -39,7 +39,7 @@ class ProductCategoriesFilter extends AssociationFilter | |||
$isOffline = " [Hors ligne]"; | |||
} | |||
$section = ' ['.$category->getSection()->getTitle().']' ;; | |||
return $category->getTitle() . $section. $isOffline; | |||
return $category . $section. $isOffline; | |||
} | |||
) |