Przeglądaj źródła

[Backend] Evol déclinaisons

feature/tableau_edition_avancee
Fab 4 lat temu
rodzic
commit
3f7721218e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      ShopBundle/Services/ProductFamilyUtils.php

+ 1
- 1
ShopBundle/Services/ProductFamilyUtils.php Wyświetl plik

@@ -143,7 +143,7 @@ class ProductFamilyUtils

foreach ($entity->getProducts() as $product) {
if($entity->getProductsQuantityAsTitle() && $product->getStatus()>=1){
$product->setTitle($product->getQuantityInherited().$product->getUnitInherited()->getWording());
$product->setTitle(str_replace('.', ',',$product->getQuantityInherited()).$product->getUnitInherited()->getWording());
}

$product->setProductFamily($entity);

Ładowanie…
Anuluj
Zapisz