@@ -, +, @@ toggling on-site checkouts - Open any patron account in circulation. - Expand the "Checkout settings" panel. - Click the "On-site checkout" label or checkbox. - Confirm that the focus has moved to the barcode field. --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -108,6 +108,7 @@ $(document).ready(function() { toggle_onsite_checkout(); $("#onsite_checkout").click(function(){ toggle_onsite_checkout(); + $("#barcode").focus(); }); $("#suspend_until").datepicker({ --