Explorar el Código

Correctif OrderUtils : addOrderProduct

feature/export_comptable
Guillaume hace 4 años
padre
commit
5754577908
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      ShopBundle/Services/OrderUtils.php

+ 4
- 1
ShopBundle/Services/OrderUtils.php Ver fichero

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

Cargando…
Cancelar
Guardar