[open-ils-commits] r8186 - trunk/Open-ILS/xul/staff_client/server/patron

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Dec 9 16:47:34 EST 2007


Author: phasefx
Date: 2007-12-09 16:27:20 -0500 (Sun, 09 Dec 2007)
New Revision: 8186

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

Modified: trunk/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul	2007-12-09 21:26:39 UTC (rev 8185)
+++ trunk/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul	2007-12-09 21:27:20 UTC (rev 8186)
@@ -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