From: lpsolit%gmail.com <> Date: Mon, 12 Dec 2005 10:13:05 +0000 (+0000) Subject: Bug 291048: Empty cells in show_activity.cgi when removed/added is zero - Patch by... X-Git-Tag: bugzilla-2.22rc1~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=143f128b69a56fd3e69ff50359972f94d90c6a41;p=thirdparty%2Fbugzilla.git Bug 291048: Empty cells in show_activity.cgi when removed/added is zero - Patch by Olav Vitters r=LpSolit a=justdave --- diff --git a/template/en/default/bug/activity/table.html.tmpl b/template/en/default/bug/activity/table.html.tmpl index 661c3ec803..48fafe847b 100644 --- a/template/en/default/bug/activity/table.html.tmpl +++ b/template/en/default/bug/activity/table.html.tmpl @@ -76,7 +76,7 @@ [% change.field %] - [% IF change.removed %] + [% IF change.removed.defined %] [% IF change.fieldname == 'estimated_time' || change.fieldname == 'remaining_time' || change.fieldname == 'work_time' %] @@ -93,7 +93,7 @@ [% END %] - [% IF change.added %] + [% IF change.added.defined %] [% IF change.fieldname == 'estimated_time' || change.fieldname == 'remaining_time' || change.fieldname == 'work_time' %]