Preorder changes:
- New Wohneinheit field bezeichner - technology & patchposition fields - isAdditionalOrder field - DELETE /preorder (Cancelling)
This commit is contained in:
@@ -73,7 +73,7 @@ class Preorder extends mfBaseModel {
|
||||
$customer['firstnam'] = ($this->firstname) ? $this->firstname : null;
|
||||
$customer['lastname'] = ($this->lastname) ? $this->lastname : null;
|
||||
$customer['street'] = ($this->street) ? $this->street : null;
|
||||
$customer['housenumber'] = ($this->hausnummer) ? $this->housenumber : null;
|
||||
$customer['housenumber'] = ($this->housenumber) ? $this->housenumber : null;
|
||||
$customer['zip'] = ($this->zip) ? $this->zip : null;
|
||||
$customer['city'] = ($this->city) ? $this->city : null;
|
||||
$customer['block'] = ($this->block) ? $this->block : null;
|
||||
|
||||
Reference in New Issue
Block a user