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 244-250 Link Here
244
                <li>
244
                <li>
245
                    <label for="branchlimit">Library: </label>
245
                    <label for="branchlimit">Library: </label>
246
                    <select name="branchlimit" id="branchlimit">
246
                    <select name="branchlimit" id="branchlimit">
247
                    [% IF Koha.Preference('IndependentBranches') && CAN_user_superlibrarian %]
247
                        <option value="">All</option>
248
                        <option value="">All</option>
249
                    [% END %]
248
                        [% PROCESS options_for_libraries libraries => Branches.all( selected => branchlimit, only_from_group => 1 ) %]
250
                        [% PROCESS options_for_libraries libraries => Branches.all( selected => branchlimit, only_from_group => 1 ) %]
249
                    </select>
251
                    </select>
250
                </li>
252
                </li>
251
- 

Return to bug 28975