From: Dylan Hardison Date: Tue, 12 Jul 2016 19:24:23 +0000 (-0400) Subject: Bug 1283255 - typo in bug modal template (cf_points) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=876f5eb2e01a22cd53e77744afca56f38ebf0678;p=thirdparty%2Fbugzilla.git Bug 1283255 - typo in bug modal template (cf_points) --- 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 %]