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 423-428 $(document).ready(function() { Link Here
423
            $("#"+filter).val("");
423
            $("#"+filter).val("");
424
        });
424
        });
425
425
426
        $('#illfilter_status').prop('selectedIndex',0);
427
        $('#illfilter_status_alias').prop('selectedIndex',0);
428
426
        //Clear flatpickr date filters
429
        //Clear flatpickr date filters
427
        $('#illfilter_form > fieldset > ol > li:nth-child(4) > span > a').click();
430
        $('#illfilter_form > fieldset > ol > li:nth-child(4) > span > a').click();
428
        $('#illfilter_form > fieldset > ol > li:nth-child(5) > span > a').click();
431
        $('#illfilter_form > fieldset > ol > li:nth-child(5) > span > a').click();
429
- 

Return to bug 34431