- testtask: remove code that has been implemented in the qaModel::setMenu method.

This commit is contained in:
liugang
2023-09-15 09:36:29 +08:00
parent 97bf54eb61
commit 47b294bc00
-1
View File
@@ -86,7 +86,6 @@ class testtask extends control
/* Set menu. */
$productID = $this->loadModel('product')->saveState($productID, $this->products);
$branch = ($this->cookie->preBranch !== '' and $branch === '') ? $this->cookie->preBranch : $branch;
$this->loadModel('qa')->setMenu($productID, $branch);
$this->session->set('branch', $branch, 'qa');