diff --git a/module/testcase/view/batchedit.html.php b/module/testcase/view/batchedit.html.php
index 40762934a6..da3355dbb1 100644
--- a/module/testcase/view/batchedit.html.php
+++ b/module/testcase/view/batchedit.html.php
@@ -73,10 +73,9 @@
{
$caseProductID = $cases[$caseID]->product;
$product = $products[$caseProductID];
- $branchTagOption = isset($branches) ? $branches : array('' => '');
+ $branchTagOption = array();
if($product->type != 'normal')
{
- //$branchTagOption = isset($productBranches[$product->id]) ? $productBranches[$product->id] : $branchTagOption;
$branches = $this->loadModel('branch')->getList($product->id, 0, 'all');
foreach($branches as $branchInfo)
{