diff --git a/module/personnel/control.php b/module/personnel/control.php index e974eb45b0..bb747bd0fe 100644 --- a/module/personnel/control.php +++ b/module/personnel/control.php @@ -76,7 +76,7 @@ class personnel extends control $this->view->title = $this->lang->personnel->invest; $this->view->position[] = $this->lang->personnel->invest; - $this->view->invest = $this->personnel->getInvest($programID); + $this->view->investList = $this->personnel->getInvest($programID); $this->display(); } diff --git a/module/personnel/view/invest.html.php b/module/personnel/view/invest.html.php index 1ec562a3f0..5eb291e263 100644 --- a/module/personnel/view/invest.html.php +++ b/module/personnel/view/invest.html.php @@ -15,7 +15,7 @@ .table.has-sort-head thead>tr>th {padding-right: 8px;}