[open-ils-commits] r8185 - branches/rel_1_2/Open-ILS/xul/staff_client/server/patron

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Dec 9 16:46:53 EST 2007


Author: phasefx
Date: 2007-12-09 16:26:39 -0500 (Sun, 09 Dec 2007)
New Revision: 8185

Modified:
   branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul
Log:
show full and short name for patron org with privacy opt-in

Modified: branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul	2007-12-09 17:53:43 UTC (rev 8184)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul	2007-12-09 21:26:39 UTC (rev 8185)
@@ -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'
                                         )



More information about the open-ils-commits mailing list