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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt (-4 / +3 lines)
Lines 347-353 Link Here
347
                            <td
347
                            <td
348
                                ><select name="Filter" id="homebranch">
348
                                ><select name="Filter" id="homebranch">
349
                                    <option value=""> </option>
349
                                    <option value=""> </option>
350
                                    [% PROCESS options_for_libraries libraries => Branches.all() %]
350
                                    [% PROCESS options_for_libraries libraries => Branches.all({ selected => "" }) %]
351
                                </select>
351
                                </select>
352
                            </td>
352
                            </td>
353
                        </tr>
353
                        </tr>
Lines 359-365 Link Here
359
                            <td
359
                            <td
360
                                ><select name="Filter" id="holdingbranch">
360
                                ><select name="Filter" id="holdingbranch">
361
                                    <option value=""> </option>
361
                                    <option value=""> </option>
362
                                    [% PROCESS options_for_libraries libraries => Branches.all() %]
362
                                    [% PROCESS options_for_libraries libraries => Branches.all({ selected => "" }) %]
363
                                </select>
363
                                </select>
364
                            </td>
364
                            </td>
365
                        </tr>
365
                        </tr>
Lines 370-376 Link Here
370
                            <td>
370
                            <td>
371
                                <select name="Filter" id="patron_library">
371
                                <select name="Filter" id="patron_library">
372
                                    <option value=""> </option>
372
                                    <option value=""> </option>
373
                                    [% PROCESS options_for_libraries libraries => Branches.all() %]
373
                                    [% PROCESS options_for_libraries libraries => Branches.all({ selected => "" }) %]
374
                                </select>
374
                                </select>
375
                            </td>
375
                            </td>
376
                        </tr>
376
                        </tr>
377
- 

Return to bug 40961