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 447-452 $(document).ready(function() { Link Here
447
            $("#"+filter).val("");
447
            $("#"+filter).val("");
448
        });
448
        });
449
449
450
        $('#illfilter_status').prop('selectedIndex',0);
451
        $('#illfilter_status_alias').prop('selectedIndex',0);
452
450
        //Clear flatpickr date filters
453
        //Clear flatpickr date filters
451
        $('#illfilter_form > fieldset > ol > li:nth-child(4) > span > a').click();
454
        $('#illfilter_form > fieldset > ol > li:nth-child(4) > span > a').click();
452
        $('#illfilter_form > fieldset > ol > li:nth-child(5) > span > a').click();
455
        $('#illfilter_form > fieldset > ol > li:nth-child(5) > span > a').click();
453
- 

Return to bug 34431