Browse Source

Correctif erreur à la génération de bon cadeau

develop
Fabien Normand 4 days ago
parent
commit
93c5364395
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Builder/Order/OrderShopBuilder.php

+ 1
- 1
Builder/Order/OrderShopBuilder.php View File

@@ -438,7 +438,7 @@ class OrderShopBuilder
$documentFactory = new DocumentFactory();

$document = $documentFactory->create($orderShop->getSection()->getMerchant(), DocumentModel::TYPE_INVOICE);
$document->setTitle($orderShop->__toString());
$this->documentBuilder->initFromOrderShop($document, $orderShop);
return $document;
}

Loading…
Cancel
Save