Merge branch 'fronkdev' into 'master'

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

See merge request fronk/thetool!1992
This commit is contained in:
Frank Schubert
2026-01-05 11:48:59 +00:00

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;