added new file upload and bug fix
This commit is contained in:
@@ -65,7 +65,7 @@ class ConstructionConsentJournal extends mfBaseModel {
|
||||
$model = new ConstructionConsentJournal();
|
||||
|
||||
$table_fields = [
|
||||
"constructionconsent_id", "text",
|
||||
"constructionconsent_id", "text", "file_id",
|
||||
"create_by","edit_by","create","edit"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user