diff --git a/module/project/model.php b/module/project/model.php index 251472cab1..66f4d473ed 100755 --- a/module/project/model.php +++ b/module/project/model.php @@ -976,7 +976,7 @@ class projectModel extends model $this->config->build->search['actionURL'] = helper::createLink($this->app->rawModule, $this->app->rawMethod, "projectID=$projectID&type=bysearch&queryID=myQueryID"); $this->config->build->search['queryID'] = $queryID; $this->config->build->search['params']['product']['values'] = $products; - $this->config->build->search['params']['system']['values'] = $this->loadModel('system')->getPairs(); + $this->config->build->search['params']['system']['values'] = $this->loadModel('system')->getPairs($productID, '0'); $this->loadModel('search')->setSearchParams($this->config->build->search); return true;