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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +1 lines)
Lines 908-913 Link Here
908
            $("#barcode").focus();
908
            $("#barcode").focus();
909
        }
909
        }
910
        $(document).ready(function () {
910
        $(document).ready(function () {
911
            $("#checkin-form").preventDoubleFormSubmit();
911
            $(".modal.block").modal({ backdrop: 'static'}).on('shown.bs.modal', function() {
912
            $(".modal.block").modal({ backdrop: 'static'}).on('shown.bs.modal', function() {
912
                $("#barcode").prop("disabled", true);
913
                $("#barcode").prop("disabled", true);
913
                $(".show_checkin_dialog").show();
914
                $(".show_checkin_dialog").show();
914
- 

Return to bug 26136