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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-2 / +1 lines)
Lines 442-448 Link Here
442
        <li><label for="branchcode">Library:</label>
442
        <li><label for="branchcode">Library:</label>
443
            <select name="branchcode" id="branchcode">
443
            <select name="branchcode" id="branchcode">
444
                <option value="">Any</option>
444
                <option value="">Any</option>
445
                [% PROCESS options_for_libraries libraries => Branches.all( selected => branchfilter || branchcode ) %]
445
                [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode ) %]
446
            </select>
446
            </select>
447
        </li>
447
        </li>
448
        <li><label for="budgetid">Fund:</label>
448
        <li><label for="budgetid">Fund:</label>
449
- 

Return to bug 24370