Bläddra i källkod

Suppression dump

reduction
Fab 4 år sedan
förälder
incheckning
edb8b1c06d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      ShopBundle/Controller/Admin/ProductFamilyController.php

+ 1
- 1
ShopBundle/Controller/Admin/ProductFamilyController.php Visa fil

@@ -139,7 +139,7 @@ class ProductFamilyController extends AdminController
$repo = $this->em->getRepository(TaxRateInterface::class);
$entity->setTaxRate($repo->find($taxRateId));
}
dump($productFamilyRequest);
$unitId = intval($productFamilyRequest['unit']);
if ($unitId > 0) {
$repo = $this->em->getRepository(UnitInterface::class);

Laddar…
Avbryt
Spara