* no letter of user.

This commit is contained in:
wangchunsheng
2009-11-12 09:05:06 +00:00
parent 3ae982b8d7
commit 10e397e008

View File

@@ -77,7 +77,7 @@ class product extends control
$this->assign('pager', $pager->get());
$this->assign('recTotal', $pager->recTotal);
$this->assign('recPerPage', $pager->recPerPage);
$this->assign('users', $this->user->getPairs());
$this->assign('users', $this->user->getPairs($this->app->company->id, 'noletter'));
$this->assign('orderBy', $orderBy);
$this->display();