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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-1 / +2 lines)
Lines 259-265 Link Here
259
                <li>
259
                <li>
260
                    <label for="branchlimit">Library: </label>
260
                    <label for="branchlimit">Library: </label>
261
                    <select name="branchlimit" id="branchlimit">
261
                    <select name="branchlimit" id="branchlimit">
262
                    [% IF !Koha.Preference('IndependentBranches') || (Koha.Preference('IndependentBranches') && CAN_user_superlibrarian) %]
262
                        <option value="">All</option>
263
                        <option value="">All</option>
264
                    [% END %]
263
                        [% PROCESS options_for_libraries libraries => Branches.all( selected => branchlimit, only_from_group => 1 ) %]
265
                        [% PROCESS options_for_libraries libraries => Branches.all( selected => branchlimit, only_from_group => 1 ) %]
264
                    </select>
266
                    </select>
265
                </li>
267
                </li>
266
- 

Return to bug 28975