Переглянути джерело

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

Завантаження…
Відмінити
Зберегти