Browse Source

[Backend] Correctif updatePriceByProductFamily

feature/export_comptable
Guillaume 4 years ago
parent
commit
66683c443e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Controller/Backend/ProductFamilyController.php

+ 1
- 1
ShopBundle/Controller/Backend/ProductFamilyController.php View File

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

parent::updateEntity($entity);

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

public function persistProductFamilyEntity($entity, $newForm)

Loading…
Cancel
Save