diff options
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index 89b1f521a..d9e970fe0 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -783,7 +783,7 @@ [% INCLUDE bug_modal/field.html.tmpl field = bug_fields.cf_fx_points field_type = bug_fields.cf_fx_points.type - hide_on_view = bug.cf_points == "" + hide_on_view = bug.cf_fx_points == "" %] [% END %] |