View | Details | Raw Unified | Return to bug 15407
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt (-2 / +1 lines)
Lines 212-218 Link Here
212
           <td><select name="filter_categorycode" id="borcat">
212
           <td><select name="filter_categorycode" id="borcat">
213
               <option value=""> </option>
213
               <option value=""> </option>
214
               [% FOREACH categoryloo IN categoryloop %]
214
               [% FOREACH categoryloo IN categoryloop %]
215
                 [% IF ( categoryloo.selected ) %]<option value="[% categoryloo.categorycode %]" selected="selected">[% categoryloo.description %]</option>[% ELSE %]<option value="[% categoryloo.categorycode %]">[% categoryloo.description %]</option>[% END %]
215
                 <option value="[% categoryloo.categorycode %]">[% categoryloo.description %]</option>
216
               [% END %]
216
               [% END %]
217
               </select>
217
               </select>
218
             </td> 
218
             </td> 
219
- 

Return to bug 15407