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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt (-2 / +1 lines)
Lines 82-88 Link Here
82
                    <select id="borrower_categorycode" name="borrower_categorycode">
82
                    <select id="borrower_categorycode" name="borrower_categorycode">
83
                        <option value="" selected="selected">Any</option>
83
                        <option value="" selected="selected">Any</option>
84
                        [% FOREACH bc IN borrower_categorycodes %]
84
                        [% FOREACH bc IN borrower_categorycodes %]
85
                            [% UNLESS ( bc.categorycode == 'S' || bc.category_type == 'S' ) %]
85
                            [% UNLESS bc.category_type == 'S' %]
86
                                <option value="[% bc.categorycode %]">[% bc.description %]</option>
86
                                <option value="[% bc.categorycode %]">[% bc.description %]</option>
87
                            [% END %]
87
                            [% END %]
88
                        [% END %]
88
                        [% END %]
89
- 

Return to bug 15398