Przeglądaj źródła

billingAddress -> invoiceAddress

feature/export_comptable
Guillaume 4 lat temu
rodzic
commit
1bf2143699
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      ShopBundle/Services/OrderUtils.php

+ 1
- 1
ShopBundle/Services/OrderUtils.php Wyświetl plik

@@ -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,

Ładowanie…
Anuluj
Zapisz