Fixed Preordernotiviation sending

This commit is contained in:
Frank Schubert
2023-04-20 12:05:50 +02:00
parent be5f445c94
commit 846b6ef77e
2 changed files with 3 additions and 2 deletions
@@ -4,6 +4,7 @@ class PreordernotificationLogModel {
public $preordernotification_id;
public $preorder_id;
public $email;
public $sent;
public $create_by = null;
public $edit_by = null;
public $create = null;