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

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Mar 8 01:29:28 EST 2008


Author: phasefx
Date: 2008-03-08 00:56:44 -0500 (Sat, 08 Mar 2008)
New Revision: 8918

Modified:
   branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/util.js
Log:
thinko; this will make Login Name show up in patron lists

Modified: branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/util.js
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/util.js	2008-03-08 03:47:41 UTC (rev 8917)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/server/patron/util.js	2008-03-08 05:56:44 UTC (rev 8918)
@@ -273,7 +273,7 @@
 		},
 		{ 
 			'persist' : 'hidden width ordinal', 'id' : 'usrname', 'label' : 'Login Name', 'flex' : 1, 
-			'primary' : false, 'hidden' : true, 'render' : function(my) { my.au.usrname(); },
+			'primary' : false, 'hidden' : true, 'render' : function(my) { return my.au.usrname(); },
 		},
 		{ 
 			'persist' : 'hidden width ordinal', 'id' : 'profile', 'label' : 'Group', 'flex' : 1, 



More information about the open-ils-commits mailing list