@@ -, +, @@ --- .../prog/en/modules/circ/circulation.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl @@ -282,7 +282,7 @@ No patron matched } }; function refocus(calendar) { - document.getElementById('barcode').focus(); + $('#barcode').focus(); calendar.hide(); }; //#TODO - ADD syspref (AllowPostDatedCheckouts). --