Ver código fonte

[Backend] Correctif updatePriceByProductFamily

feature/export_comptable
Guillaume 4 anos atrás
pai
commit
66683c443e
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      ShopBundle/Controller/Backend/ProductFamilyController.php

+ 1
- 1
ShopBundle/Controller/Backend/ProductFamilyController.php Ver arquivo

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

parent::updateEntity($entity);

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

public function persistProductFamilyEntity($entity, $newForm)

Carregando…
Cancelar
Salvar