diff --git a/module/execution/view/task.html.php b/module/execution/view/task.html.php
index 81ad58febe..691157a5f7 100644
--- a/module/execution/view/task.html.php
+++ b/module/execution/view/task.html.php
@@ -289,7 +289,7 @@ body {margin-bottom: 25px;}
}
}?>
- task->printCell($field, $task, $users, $browseType, $branchGroups, $modulePairs, $useDatatable ? 'datatable' : 'table');?>
+ task->printCell($field, $task, $users, $browseType, $branchGroups, $modulePairs, $useDatatable ? 'datatable' : 'table', false, $showBranch);?>
children)):?>
@@ -306,7 +306,7 @@ body {margin-bottom: 25px;}
$this->task->printCell($field, $child, $users, $browseType, $branchGroups, $modulePairs, $useDatatable ? 'datatable' : 'table', true);
}?>
- task->printCell($field, $child, $users, $browseType, $branchGroups, $modulePairs, $useDatatable ? 'datatable' : 'table', true);?>
+ task->printCell($field, $child, $users, $browseType, $branchGroups, $modulePairs, $useDatatable ? 'datatable' : 'table', true, $showBranch);?>