diff --git a/app-ht/config/params.php b/app-ht/config/params.php index ef22029..0af3b4f 100644 --- a/app-ht/config/params.php +++ b/app-ht/config/params.php @@ -1,4 +1,4 @@ 'v0.0.1 build 3', + 'VERSION' => 'v0.0.1 build 4', ]; \ No newline at end of file diff --git a/app-ht/modules/maintainer/controllers/UserController.php b/app-ht/modules/maintainer/controllers/UserController.php index 0e97a5c..024eb57 100644 --- a/app-ht/modules/maintainer/controllers/UserController.php +++ b/app-ht/modules/maintainer/controllers/UserController.php @@ -120,6 +120,7 @@ class UserController extends BaseController 'username' => $userModel->user_name, 'name' => $userModel->name, 'status' => $userModel->status, + 'address' => $userProfile->address, 'status_label' => User::getStatusLabels($userModel->status), 'emergencyContact' => $userProfile->emergency_contact, 'emergencyPerson' => $userProfile->emergency_person, diff --git a/app-ht/modules/maintainer/views/user/info.php b/app-ht/modules/maintainer/views/user/info.php index c2d47f6..5854a70 100644 --- a/app-ht/modules/maintainer/views/user/info.php +++ b/app-ht/modules/maintainer/views/user/info.php @@ -50,10 +50,14 @@ $this->params['breadcrumbs'][] = $this->title;