瀏覽代碼

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,

Loading…
取消
儲存