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

billingAddress -> invoiceAddress

feature/export_comptable
Guillaume 4 роки тому
джерело
коміт
1bf2143699
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      ShopBundle/Services/OrderUtils.php

+ 1
- 1
ShopBundle/Services/OrderUtils.php Переглянути файл

@@ -403,7 +403,7 @@ class OrderUtils
public function createDocumentInvoice(OrderShopInterface $orderShop)
{
$merchantAddress = $orderShop->getMerchant()->getAddress() ;
$buyerAddress = $orderShop->getBillingAddress() ;
$buyerAddress = $orderShop->getInvoiceAddress() ;

$document = $this->documentUtils->createDocument([
'type' => Document::TYPE_INVOICE,

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