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

(-)a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js (-1 / +5 lines)
Lines 114-119 $(document).ready(function() { Link Here
114
            }, "json")
114
            }, "json")
115
        });
115
        });
116
116
117
        // Refocus on barcode field if it exists
118
        if ( $("#barcode").length ) {
119
            $("#barcode").focus();
120
        }
121
117
        // Prevent form submit
122
        // Prevent form submit
118
        return false;
123
        return false;
119
    });
124
    });
120
- 

Return to bug 13537