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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt (-2 / +1 lines)
Lines 161-167 Link Here
161
161
162
               <h1>Cash registers</h1>
162
               <h1>Cash registers</h1>
163
               <div class="page-section">
163
               <div class="page-section">
164
                    <label for="branch_filter"><strong>Filter by branch:</strong></label>
164
                    <label for="branch_filter"><strong>Filter by library:</strong></label>
165
                    <select id="branch_filter" name="branch_filter">
165
                    <select id="branch_filter" name="branch_filter">
166
                        <option value=""></option>
166
                        <option value=""></option>
167
                        [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1, ) %]
167
                        [% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1, ) %]
168
- 

Return to bug 37242