PreorderBilling: fixed error when creating detail pdf while sending invoice emails

This commit is contained in:
Frank Schubert
2026-01-05 12:44:26 +01:00
parent 19098d67b3
commit 672d92bff9

View File

@@ -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;