Преглед изворни кода

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

Loading…
Откажи
Сачувај