Skip to content
Code-Schnipsel Gruppen Projekte
Commit c9f5733d erstellt von Patrick Müller's avatar Patrick Müller
Dateien durchsuchen

fix: pass contact_person attribute when copying invoices

Übergeordneter 97b10b02
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -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'],
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren