PreorderBilling: fixed error when creating detail pdf while sending invoice emails
This commit is contained in:
@@ -6,6 +6,7 @@ use chillerlan\QRCode\Output\QROutputInterface;
|
|||||||
|
|
||||||
class PreorderBillingInvoice extends mfBaseModel {
|
class PreorderBillingInvoice extends mfBaseModel {
|
||||||
protected $forcestr = ["company", "zip", "email", "phone"];
|
protected $forcestr = ["company", "zip", "email", "phone"];
|
||||||
|
private $owner;
|
||||||
private $netowner;
|
private $netowner;
|
||||||
private $positions;
|
private $positions;
|
||||||
private $pdf;
|
private $pdf;
|
||||||
|
|||||||
Reference in New Issue
Block a user