Fixed Construction Consent Birthdate

This commit is contained in:
Luca Haid
2025-03-11 09:37:27 +01:00
parent 2b36a8ea57
commit d2d1306b43
2 changed files with 2 additions and 2 deletions
@@ -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 {