浏览代码

Correctif OrderUtils : addOrderProduct

feature/export_comptable
Guillaume 4 年前
父节点
当前提交
5754577908
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. +4
    -1
      ShopBundle/Services/OrderUtils.php

+ 4
- 1
ShopBundle/Services/OrderUtils.php 查看文件

@@ -126,7 +126,10 @@ class OrderUtils
if (!$updated) {
$orderShop->addOrderProduct($orderProductAdd);

$this->em->persist($orderProductReductionCatalog);
if(isset($orderProductReductionCatalog)) {
$this->em->persist($orderProductReductionCatalog);
}

$this->em->persist($orderProductAdd);
$this->em->persist($orderShop);
}

正在加载...
取消
保存