diff --git a/module/testcase/view/caselist.html.php b/module/testcase/view/caselist.html.php
index 535c139202..53fa21ae91 100644
--- a/module/testcase/view/caselist.html.php
+++ b/module/testcase/view/caselist.html.php
@@ -21,13 +21,13 @@
id");?>
|
-
+
id));?>
@@ -65,9 +65,9 @@
edit, "onclick='changeAction(\"" . inLink('batchEdit', "productID=$productID") . "\")'");
- if($canBatchClose) echo html::submitButton($lang->testtask->runCase, "onclick='changeAction(\"" . $this->createLink('testtask', 'batchRun', "productID=$productID&orderBy=$orderBy") . "\")'");
+ if($canBatchRun) echo html::submitButton($lang->testtask->runCase, "onclick='changeAction(\"" . $this->createLink('testtask', 'batchRun', "productID=$productID&orderBy=$orderBy") . "\")'");
?>
|