Added unit details to customer address in Preorder

This commit is contained in:
Frank Schubert
2022-12-06 16:55:52 +01:00
parent 33ff1273ed
commit cd6a48ff16
6 changed files with 65 additions and 16 deletions
+6
View File
@@ -2,6 +2,7 @@
class PreorderModel {
public $ucode;
public $status_id;
public $preordercampaign_id;
public $adb_hausnummer_id;
public $adb_wohneinheit_id;
@@ -32,6 +33,11 @@ class PreorderModel {
public $firstname;
public $lastname;
public $street;
public $housenumber;
public $block;
public $stiege;
public $stock;
public $tuer;
public $zip;
public $city;
public $phone;