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

(-)a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js (-1 / +3 lines)
Lines 424-429 $(document).ready(function() { Link Here
424
            $("#"+filter).val("");
424
            $("#"+filter).val("");
425
        });
425
        });
426
426
427
        $('#illfilter_status').prop('selectedIndex',0);
428
        $('#illfilter_status_alias').prop('selectedIndex',0);
429
427
        //Clear flatpickr date filters
430
        //Clear flatpickr date filters
428
        $('#illfilter_form > fieldset > ol > li:nth-child(4) > span > a').click();
431
        $('#illfilter_form > fieldset > ol > li:nth-child(4) > span > a').click();
429
        $('#illfilter_form > fieldset > ol > li:nth-child(5) > span > a').click();
432
        $('#illfilter_form > fieldset > ol > li:nth-child(5) > span > a').click();
430
- 

Return to bug 34431