From 7beba3d36ed5071c7425b69db20db1dc93371343 Mon Sep 17 00:00:00 2001 From: Kent Rogers Date: Tue, 25 May 2010 18:45:33 -0700 Subject: Bug 271913: Don't force the user to comment when adding Hours Worked r=mkanat, a=mkanat --- template/en/default/bug/comments.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template') diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 2f42bbcb7..af6cc2191 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -89,6 +89,7 @@ [% BLOCK a_comment %] [% RETURN IF comment.is_private AND ! user.is_insider %] + [% RETURN IF comment.body == '' AND comment.work_time != 0 AND !user.is_timetracker %]