From b8bfccbab18ea2d6eeb9c3bc7cd94c1010f9b0c1 Mon Sep 17 00:00:00 2001 From: phasefx Date: Sun, 9 Dec 2007 21:26:39 +0000 Subject: [PATCH] show full and short name for patron org with privacy opt-in git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@8185 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 87707459e0..5c2b661c01 100644 --- a/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul +++ b/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul @@ -116,7 +116,7 @@ var parts = patron.util.retrieve_name_via_id( ses(), robj ); if (0 != g.error.yns_alert( - 'Does patron ' + parts[0] + ', ' + parts[1] + (parts[2] ? ' ' + parts[2] : '') + ' from ' + g.data.hash.aou[ parts[3] ].shortname() + ' consent to having their personal information shared with your library?', + 'Does patron ' + parts[0] + ', ' + parts[1] + (parts[2] ? ' ' + parts[2] : '') + ' from ' + g.data.hash.aou[ parts[3] ].name() + ' (' + g.data.hash.aou[ parts[3] ].shortname() + ') consent to having their personal information shared with your library?', 'Patron/Library Opt-In Confirmation', 'Accept', 'Deny', null, 'Check here to confirm this message' ) -- 2.11.0