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

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jan 20 15:55:23 EST 2009


Author: phasefx
Date: 2009-01-20 15:55:20 -0500 (Tue, 20 Jan 2009)
New Revision: 11896

Modified:
   trunk/Open-ILS/xul/staff_client/server/patron/info_group.xul
Log:
flesh these patrons to show their barcodes

Modified: trunk/Open-ILS/xul/staff_client/server/patron/info_group.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/info_group.xul	2009-01-20 20:44:05 UTC (rev 11895)
+++ trunk/Open-ILS/xul/staff_client/server/patron/info_group.xul	2009-01-20 20:55:20 UTC (rev 11896)
@@ -85,7 +85,7 @@
 						'map_row_to_columns' : patron.util.std_map_row_to_columns(),
 						'retrieve_row' : function(params) {
 							var id = params.retrieve_id;
-							var au_obj = patron.util.retrieve_au_via_id( ses(), id );
+							var au_obj = patron.util.retrieve_fleshed_au_via_id( ses(), id );
 
 							var row = params.row;
 							if (typeof row.my == 'undefined') row.my = {};



More information about the open-ils-commits mailing list