[open-ils-commits] r8919 -
branches/rel_1_2_1/Open-ILS/xul/staff_client/server/patron
svn at svn.open-ils.org
svn at svn.open-ils.org
Sat Mar 8 01:29:47 EST 2008
Author: phasefx
Date: 2008-03-08 00:57:03 -0500 (Sat, 08 Mar 2008)
New Revision: 8919
Modified:
branches/rel_1_2_1/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_1/Open-ILS/xul/staff_client/server/patron/util.js
===================================================================
--- branches/rel_1_2_1/Open-ILS/xul/staff_client/server/patron/util.js 2008-03-08 05:56:44 UTC (rev 8918)
+++ branches/rel_1_2_1/Open-ILS/xul/staff_client/server/patron/util.js 2008-03-08 05:57:03 UTC (rev 8919)
@@ -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