Bladeren bron

billingAddress -> invoiceAddress

feature/export_comptable
Guillaume 4 jaren geleden
bovenliggende
commit
1bf2143699
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      ShopBundle/Services/OrderUtils.php

+ 1
- 1
ShopBundle/Services/OrderUtils.php Bestand weergeven

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

Laden…
Annuleren
Opslaan