From: phasefx Date: Tue, 15 Aug 2006 14:08:17 +0000 (+0000) Subject: Patron Scan -> Check Out X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0325ee363eecf5d5fd43cd15b8198f4820e373eb;p=evergreen%2Fpines.git Patron Scan -> Check Out git-svn-id: svn://svn.open-ils.org/ILS/trunk@5515 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul b/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul index 14163decb2..d56704031a 100644 --- a/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul +++ b/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul @@ -58,7 +58,7 @@ tb.focus(); if (typeof window.xulG == 'object' && typeof window.xulG.set_tab_name == 'function') { - try { window.xulG.set_tab_name('Patron Scan'); } catch(E) { alert(E); } + try { window.xulG.set_tab_name('Check Out'); } catch(E) { alert(E); } } if (g.cgi.param('error')) {