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

(-)a/koha-tmpl/intranet-tmpl/prog/js/holds.js (-4 / +1 lines)
Lines 639-647 $(document).ready(function () { Link Here
639
                        $("#suspend-modal-until").flatpickr().clear(); // clean the input
639
                        $("#suspend-modal-until").flatpickr().clear(); // clean the input
640
                    }
640
                    }
641
                    $("#suspend-modal").modal("hide");
641
                    $("#suspend-modal").modal("hide");
642
                    if ($(".select_hold_all").prop("checked")) {
642
                    $(".select_hold_all").click();
643
                        $(".select_hold_all").click();
644
                    }
645
                });
643
                });
646
        } catch (error) {
644
        } catch (error) {
647
            if (error.status === 404) {
645
            if (error.status === 404) {
648
- 

Return to bug 40395