From 0325ee363eecf5d5fd43cd15b8198f4820e373eb Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 15 Aug 2006 14:08:17 +0000 Subject: [PATCH] Patron Scan -> Check Out git-svn-id: svn://svn.open-ils.org/ILS/trunk@5515 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/barcode_entry.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) { -- 2.43.2