Bläddra i källkod

Correctif OrderUtils : addOrderProduct

feature/export_comptable
Guillaume 4 år sedan
förälder
incheckning
5754577908
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. +4
    -1
      ShopBundle/Services/OrderUtils.php

+ 4
- 1
ShopBundle/Services/OrderUtils.php Visa fil

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

Laddar…
Avbryt
Spara