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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-2 / +1 lines)
Lines 407-413 Link Here
407
            <label for="filter_budgetbranch2">Library: </label>
407
            <label for="filter_budgetbranch2">Library: </label>
408
            <select name="filter_budgetbranch" id="filter_budgetbranch2">
408
            <select name="filter_budgetbranch" id="filter_budgetbranch2">
409
                <option value=""></option>
409
                <option value=""></option>
410
                [% PROCESS options_for_libraries libraries => Branches.all( selected => budget_branchcode, unfiltered => 1 ) %]
410
                [% PROCESS options_for_libraries libraries => Branches.all( selected => selected_branchcode, unfiltered => 1 ) %]
411
            </select>
411
            </select>
412
        </li>
412
        </li>
413
        <li class="radio">
413
        <li class="radio">
414
- 

Return to bug 25887