Explorar el Código

[Backend] Evol déclinaisons

feature/tableau_edition_avancee
Fab hace 4 años
padre
commit
3f7721218e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      ShopBundle/Services/ProductFamilyUtils.php

+ 1
- 1
ShopBundle/Services/ProductFamilyUtils.php Ver fichero

@@ -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);

Cargando…
Cancelar
Guardar