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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/set-library.tt (-2 / +1 lines)
Lines 85-91 Updated:<ul> Link Here
85
    <ol>
85
    <ol>
86
        <li><label for="branch">Choose library:</label>
86
        <li><label for="branch">Choose library:</label>
87
        <select name="branch" id="branch">
87
        <select name="branch" id="branch">
88
            [% PROCESS options_for_libraries libraries => Branches.all( selected => branch ) %]
88
            [% PROCESS options_for_libraries libraries => Branches.all( selected => branch, unfiltered => 1 ) %]
89
        </select></li>
89
        </select></li>
90
    </ol>
90
    </ol>
91
</fieldset>
91
</fieldset>
92
- 

Return to bug 29887