Fabien Normand 2 лет назад
Родитель
Сommit
c490a35504
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      Field/Filter/ProductCategoriesFilter.php

+ 1
- 1
Field/Filter/ProductCategoriesFilter.php Просмотреть файл

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

}
)

Загрузка…
Отмена
Сохранить