ソースを参照

[Backend] Correctif updatePriceByProductFamily

feature/export_comptable
Guillaume 4年前
コミット
b82f887e33
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      ShopBundle/Controller/Backend/ProductFamilyController.php

+ 1
- 1
ShopBundle/Controller/Backend/ProductFamilyController.php ファイルの表示

@@ -179,7 +179,7 @@ class ProductFamilyController extends AdminController

parent::updateEntity($entity);

$this->orderUtils->updatePriceByProductFamily($entity);
//$this->orderUtils->updatePriceByProductFamily($entity);
}

public function persistProductFamilyEntity($entity, $newForm)

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