From 4075817079ef580987ef1d13e28b147e9103c91d Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Thu, 1 Apr 2021 08:32:26 +0300 Subject: [PATCH] * Fix bug#11528. --- module/personnel/control.php | 2 +- module/personnel/view/invest.html.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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;}