Fabien Normand 3 недель назад
Родитель
Сommit
731614b9f2
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      Builder/Order/OrderShopBuilder.php

+ 1
- 1
Builder/Order/OrderShopBuilder.php Просмотреть файл

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

Загрузка…
Отмена
Сохранить