浏览代码

Suppression dump

reduction
Fab 4 年前
父节点
当前提交
edb8b1c06d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      ShopBundle/Controller/Admin/ProductFamilyController.php

+ 1
- 1
ShopBundle/Controller/Admin/ProductFamilyController.php 查看文件

@@ -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);

正在加载...
取消
保存