* display realname in workload of report.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-07-01 08:57:59 +00:00
parent 529f53a883
commit 2db31344aa
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -63,6 +63,7 @@ class report extends control
{
$this->view->header->title = $this->lang->report->workload;
$this->view->workload = $this->report->getWorkload();
$this->view->users = $this->loadModel('user')->getPairs('noletter|noclosed');
$this->display();
}
}