* Fixed a bug of the wrong user name in company dynamic and user dynamic, and corrected 'Test Case' to 'Test case';

This commit is contained in:
liukmqd@gmail.com
2011-05-04 08:20:35 +00:00
parent c491301ef9
commit 53198ec100
5 changed files with 10 additions and 11 deletions

View File

@@ -477,7 +477,7 @@ class user extends control
/* Assign. */
$this->view->period = $period;
$this->view->users = $this->loadModel('user')->getPairs('nodeleted|noclosed');
$this->view->users = $this->loadModel('user')->getPairs('nodeleted|noletter');
$this->view->account = $account;
$this->view->actions = $this->loadModel('action')->getDynamic($account, $period, $orderBy, $pager);
$this->display();