瀏覽代碼

[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…
取消
儲存