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



parent::updateEntity($entity); parent::updateEntity($entity);


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


public function persistProductFamilyEntity($entity, $newForm) public function persistProductFamilyEntity($entity, $newForm)

Loading…
Cancel
Save