* code for task #1812.

This commit is contained in:
wyd621
2014-03-19 02:22:39 +00:00
parent 0c9211a2b1
commit 1a29d43cb0
8 changed files with 11 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ class bug extends control
$this->loadModel('action');
$this->loadModel('story');
$this->loadModel('task');
$this->products = $this->product->getPairs();
$this->products = $this->product->getPairs('nocode');
if(empty($this->products))
{
echo js::alert($this->lang->product->errorNoProduct);