From 10e397e0080ae307a2b16600e43f725e68ace8fb Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Thu, 12 Nov 2009 09:05:06 +0000 Subject: [PATCH] * no letter of user. --- trunk/module/product/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/module/product/control.php b/trunk/module/product/control.php index ab443a9a21..2425692efa 100644 --- a/trunk/module/product/control.php +++ b/trunk/module/product/control.php @@ -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();