From 672d92bff9fd179770ae04b5ef1251a99d2b4c19 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Mon, 5 Jan 2026 12:44:26 +0100 Subject: [PATCH] PreorderBilling: fixed error when creating detail pdf while sending invoice emails --- application/PreorderBillingInvoice/PreorderBillingInvoice.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/PreorderBillingInvoice/PreorderBillingInvoice.php b/application/PreorderBillingInvoice/PreorderBillingInvoice.php index 96b755201..0ca11cae6 100644 --- a/application/PreorderBillingInvoice/PreorderBillingInvoice.php +++ b/application/PreorderBillingInvoice/PreorderBillingInvoice.php @@ -6,6 +6,7 @@ use chillerlan\QRCode\Output\QROutputInterface; class PreorderBillingInvoice extends mfBaseModel { protected $forcestr = ["company", "zip", "email", "phone"]; + private $owner; private $netowner; private $positions; private $pdf;