From 9468b48dc99bcdab8f59712f67acbcffbf9d752c Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 22 Dec 2005 06:29:21 +0000 Subject: [PATCH] a little focus git-svn-id: svn://svn.open-ils.org/ILS/trunk@2522 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/bill_wizard.xul | 2 ++ Open-ILS/xul/staff_client/server/patron/bills.xul | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul b/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul index 67d551009f..450a4b5a66 100644 --- a/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul +++ b/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul @@ -54,6 +54,8 @@ document.getElementById('billing_location').setAttribute('value', g.OpenILS.data.hash.aou[ g.OpenILS.data.list.au[0].home_ou() ].name() ); + document.getElementById('bill_amount').focus(); + } catch(E) { var err_msg = "!! This software has encountered an error. Please tell your friendly " + "system administrator or software developer the following:\n" diff --git a/Open-ILS/xul/staff_client/server/patron/bills.xul b/Open-ILS/xul/staff_client/server/patron/bills.xul index c89e774711..509f8d5a87 100644 --- a/Open-ILS/xul/staff_client/server/patron/bills.xul +++ b/Open-ILS/xul/staff_client/server/patron/bills.xul @@ -48,6 +48,8 @@ } ); window.refresh = function() { g.bills.refresh(); } + + document.getElementById('bill_payment_amount').focus(); } catch(E) { var err_msg = "!! This software has encountered an error. Please tell your friendly " + -- 2.43.2