Pārlūkot izejas kodu

billingAddress -> invoiceAddress

feature/export_comptable
Guillaume pirms 4 gadiem
vecāks
revīzija
1bf2143699
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      ShopBundle/Services/OrderUtils.php

+ 1
- 1
ShopBundle/Services/OrderUtils.php Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt