From 35fb434d454dad48dab4912f0abe775bd0a1dcaa Mon Sep 17 00:00:00 2001 From: pines Date: Fri, 25 Aug 2006 17:37:07 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.open-ils.org/ILS/trunk@5675 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/circ/checkout.js | 1 - Open-ILS/xul/staff_client/server/circ/checkout.xul | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/circ/checkout.js b/Open-ILS/xul/staff_client/server/circ/checkout.js index 1e980b7d4d..16f936115b 100644 --- a/Open-ILS/xul/staff_client/server/circ/checkout.js +++ b/Open-ILS/xul/staff_client/server/circ/checkout.js @@ -203,7 +203,6 @@ circ.checkout.prototype = { ); this.controller.render(); //this.controller.view.checkout_barcode_entry_textbox.focus(); - default_focus(); this.check_disable(); diff --git a/Open-ILS/xul/staff_client/server/circ/checkout.xul b/Open-ILS/xul/staff_client/server/circ/checkout.xul index 3394e0e55f..547a6ce746 100644 --- a/Open-ILS/xul/staff_client/server/circ/checkout.xul +++ b/Open-ILS/xul/staff_client/server/circ/checkout.xul @@ -51,6 +51,8 @@ 'patron_id' : patron_id, } ); + + default_focus(); } catch(E) { try { -- 2.11.0