Commit 7a40054d authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

Bug 277745 : "Classification" appears in reports even when not turned on

Patch by Albert Ting <altlst@sonic.net> r=gerv a=myk
parent 3ccde2aa
......@@ -36,6 +36,7 @@
<option value="">&lt;none&gt;</option>
[% FOREACH field = rep_fields %]
[% NEXT IF field == "classification" AND !Param('useclassification') %]
[% NEXT IF field == "target_milestone" AND !Param('usetargetmilestone') %]
[% NEXT IF field == "qa_contact" AND !Param('useqacontact') %]
[% NEXT IF field == "votes" AND !Param('usevotes') %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment