Fixed Construction Consent Birthdate
This commit is contained in:
@@ -89,7 +89,7 @@ class ConstructionConsentOwnerController extends mfBaseController
|
||||
$data["phone2"] = $r->phone2;
|
||||
$data["fax"] = $r->fax;
|
||||
$data["email"] = $r->email;
|
||||
$date["birthdate"] = null;
|
||||
$data["birthdate"] = null;
|
||||
|
||||
if($r->birthdate) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user