added faulty owner view
This commit is contained in:
@@ -107,7 +107,7 @@ class ConstructionConsentOwner extends mfBaseModel {
|
||||
$model = new ConstructionConsentOwner();
|
||||
|
||||
$table_fields = [
|
||||
"constructionconsent_id", "title", "firstname", "lastname", "street", "zip", "city", "country",
|
||||
"constructionconsent_id", "title", "company", "firstname", "lastname", "street", "zip", "city", "country",
|
||||
"phone", "phone2", "birthdate", "fax", "email", "status", "result", "create_by","edit_by","create","edit"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user