ソースを参照

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

読み込み中…
キャンセル
保存