diff --git a/src/QUI/ERP/Accounting/Invoice/Invoice.php b/src/QUI/ERP/Accounting/Invoice/Invoice.php
index 05940f414cf6f805f2ee884bf6ba17a7b0558697..b3363d960e856a298783335b190206bf517e0feb 100644
--- a/src/QUI/ERP/Accounting/Invoice/Invoice.php
+++ b/src/QUI/ERP/Accounting/Invoice/Invoice.php
@@ -754,6 +754,7 @@ public function copy($PermissionUser = null, $globalProcessId = false): InvoiceT
                 'global_process_id'       => $globalProcessId,
                 'type'                    => Handler::TYPE_INVOICE_TEMPORARY,
                 'customer_id'             => $currentData['customer_id'],
+                'contact_person'          => $currentData['contact_person'],
                 'invoice_address_id'      => $invoiceAddressId,
                 'invoice_address'         => $invoiceAddress,
                 'delivery_address'        => $currentData['delivery_address'],