* code for task #75236.

This commit is contained in:
wangyidong
2022-11-09 10:30:30 +08:00
parent 42f69a3457
commit b32f2af9b7
5 changed files with 4 additions and 11 deletions

View File

@@ -1240,7 +1240,6 @@ class execution extends control
*/
public function testreport($executionID = 0, $objectType = 'execution', $extra = '', $orderBy = 'id_desc', $recTotal = 0, $recPerPage = 20, $pageID = 1)
{
if($this->app->tab == 'project') $this->loadModel('project')->setMenu($this->session->project);
echo $this->fetch('testreport', 'browse', "objectID=$executionID&objectType=$objectType&extra=$extra&orderBy=$orderBy&recTotal=$recTotal&recPerPage=$recPerPage&pageID=$pageID");
}