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

Patch by Albert Ting <altlst@sonic.net>   r=gerv  a=myk
This commit is contained in:
travis%sedsystems.ca 2005-03-09 17:17:53 +00:00
parent dafa3f0e43
commit d11a170189

View File

@ -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') %]