Added preorder map (visible for admins only)

This commit is contained in:
Frank Schubert
2023-03-14 15:55:00 +01:00
parent d919553808
commit 4edc9bc99f
7 changed files with 260 additions and 10 deletions

View File

@@ -1,6 +1,8 @@
<?php
class Contract extends mfBaseModel {
protected $forcestr = ["product_name","product_info","matchcode"];
private $owner;
private $billingaddress;
private $product;