ConstructionConsent Changes
This commit is contained in:
@@ -78,12 +78,15 @@ class ConstructionConsentOwnerController extends mfBaseController
|
||||
|
||||
$data = [];
|
||||
$data["constructionconsent_id"] = $cc_id;
|
||||
$data["name"] = $r->name;
|
||||
$data["title"] = $r->title;
|
||||
$data["firstname"] = $r->firstname;
|
||||
$data["lastname"] = $r->lastname;
|
||||
$data["street"] = $r->street;
|
||||
$data["zip"] = $r->zip;
|
||||
$data["city"] = $r->city;
|
||||
$data["country"] = $r->country;
|
||||
$data["phone"] = $r->phone;
|
||||
$data["phone2"] = $r->phone2;
|
||||
$data["fax"] = $r->fax;
|
||||
$data["email"] = $r->email;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user