diff --git a/src/QUI/ERP/Accounting/Invoice/Utils/Invoice.php b/src/QUI/ERP/Accounting/Invoice/Utils/Invoice.php index b5f5efc1816af1de3cfc1144a6487fbad70da5bf..09b004b3baa29e091b1c59ea0ac960bd93ac039f 100644 --- a/src/QUI/ERP/Accounting/Invoice/Utils/Invoice.php +++ b/src/QUI/ERP/Accounting/Invoice/Utils/Invoice.php @@ -780,10 +780,7 @@ public static function getElectronicInvoice( $Customer = $Invoice->getCustomer(); $document - ->setDocumentBuyer( - $Customer->getName(), - $Customer->getCustomerNo() - ) + ->setDocumentBuyer($Customer->getInvoiceName(), $Customer->getCustomerNo()) ->setDocumentBuyerAddress( $Customer->getAddress()->getAttribute('street_no'), "",