소스 검색

[Backend] Evol déclinaisons

feature/tableau_edition_avancee
Fab 4 년 전
부모
커밋
3f7721218e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      ShopBundle/Services/ProductFamilyUtils.php

+ 1
- 1
ShopBundle/Services/ProductFamilyUtils.php 파일 보기

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

Loading…
취소
저장