From fb7fb60ac7c8ef1cb6f023a949cc0e6fedfa2466 Mon Sep 17 00:00:00 2001 From: azhi Date: Tue, 6 Aug 2013 08:51:30 +0800 Subject: [PATCH] * fix bug: wrong colspan. --- module/task/view/batchedit.html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/task/view/batchedit.html.php b/module/task/view/batchedit.html.php index 3d3b8eb054..beaf4af3f5 100755 --- a/module/task/view/batchedit.html.php +++ b/module/task/view/batchedit.html.php @@ -72,7 +72,8 @@ - + type != 'sprint')) ? $this->config->task->batchEdit->columns + 1 : $this->config->task->batchEdit->columns;?> +