Pārlūkot izejas kodu

Correctif OrderUtils : addOrderProduct

feature/export_comptable
Guillaume pirms 4 gadiem
vecāks
revīzija
5754577908
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. +4
    -1
      ShopBundle/Services/OrderUtils.php

+ 4
- 1
ShopBundle/Services/OrderUtils.php Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt