Development 4.4.2 #8

Merged
th.guenther merged 17 commits from development-4.4.2 into main 2026-06-21 23:31:27 +02:00
Showing only changes of commit 51c4055c47 - Show all commits
@@ -30,7 +30,7 @@ class CreateInvoiceCommand {
'type' => $this->request->invoiceType, 'type' => $this->request->invoiceType,
'type_other' => $this->request->invoiceTypeExtended, 'type_other' => $this->request->invoiceTypeExtended,
'donation' => $this->request->isDonation, 'donation' => $this->request->isDonation,
'user_id' => $this->request->userId, 'user_id' => $this->request->paymentPurpose === null ? $this->request->userId : null,
'contact_name' => $this->request->contactName, 'contact_name' => $this->request->contactName,
'contact_email' => $this->request->contactEmail, 'contact_email' => $this->request->contactEmail,
'contact_phone' => $this->request->contactPhone, 'contact_phone' => $this->request->contactPhone,