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
@@ -103,7 +103,7 @@ class ConstructionConsentOwner extends mfBaseModel {
$table_fields = [
"constructionconsent_id", "title", "firstname", "lastname", "street", "zip", "city", "country",
"phone", "phone2", "fax", "email", "status", "result", "create_by","edit_by","create","edit"
"phone", "phone2", "birthdate", "fax", "email", "status", "result", "create_by","edit_by","create","edit"
];
foreach($data as $field => $value) {