* Finish task #74859.
This commit is contained in:
@@ -916,7 +916,7 @@ class customModel extends model
|
||||
* @access public
|
||||
* @return int
|
||||
*/
|
||||
public function hasProductURStoryData()
|
||||
public function hasProductURData()
|
||||
{
|
||||
return $this->dao->select('*')->from(TABLE_STORY)->where('type')->eq('requirement')->andWhere('deleted')->eq('0')->count();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user