|
|
@@ -157,7 +157,7 @@ class ProductFamilyController extends AdminController |
|
|
|
return $formBuilder; |
|
|
|
} |
|
|
|
|
|
|
|
public function updateEntity($entity, $editForm) |
|
|
|
public function updateProductFamilyEntity($entity, $editForm) |
|
|
|
{ |
|
|
|
$this->processReductionCatalog($entity, $editForm); |
|
|
|
$this->processCategories($entity); |
|
|
@@ -167,7 +167,7 @@ class ProductFamilyController extends AdminController |
|
|
|
parent::updateEntity($entity); |
|
|
|
} |
|
|
|
|
|
|
|
public function persistEntity($entity, $newForm) |
|
|
|
public function persistProductFamilyEntity($entity, $newForm) |
|
|
|
{ |
|
|
|
$this->processReductionCatalog($entity, $newForm); |
|
|
|
$this->processCategories($entity); |