* fix bug#408.

This commit is contained in:
chencongzhi520@gmail.com
2013-05-03 08:35:23 +00:00
parent 10789510ae
commit 07149f944d

View File

@@ -547,6 +547,7 @@ class bugModel extends model
$bugs = $this->dao->select('*')->from(TABLE_BUG)
->where('resolvedDate')->ge($project->begin)
->andWhere('product')->eq($productID)
->andWhere('deleted')->eq(0)
->orderBy('openedDate ASC')
->fetchAll();
return $bugs;