diff options
-rw-r--r-- | template/en/default/bug/show-multiple.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index e3d38c022..d9dc627d2 100644 --- a/template/en/default/bug/show-multiple.html.tmpl +++ b/template/en/default/bug/show-multiple.html.tmpl @@ -103,7 +103,7 @@ <tr> <th>[% field_descs.product FILTER html %]:</th> <td> - [% IF Param("useclassification") %] + [% IF Param("useclassification") && bug.classification_id != 1 %] [[% bug.classification FILTER html %]] [% END %] [% bug.product FILTER html %] |