Fixed Construction Consent Birthdate
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user