[open-ils-commits] r9671 - trunk/Open-ILS/web/js/dojo/fieldmapper

svn at svn.open-ils.org svn at svn.open-ils.org
Thu May 22 15:44:25 EDT 2008


Author: miker
Date: 2008-05-22 15:44:21 -0400 (Thu, 22 May 2008)
New Revision: 9671

Modified:
   trunk/Open-ILS/web/js/dojo/fieldmapper/OrgUtils.js
Log:
teach JS about the shortname field on slim org lists

Modified: trunk/Open-ILS/web/js/dojo/fieldmapper/OrgUtils.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/fieldmapper/OrgUtils.js	2008-05-22 19:42:57 UTC (rev 9670)
+++ trunk/Open-ILS/web/js/dojo/fieldmapper/OrgUtils.js	2008-05-22 19:44:21 UTC (rev 9671)
@@ -65,7 +65,8 @@
 					ou_type : _l[i][1],
 					parent_ou : _l[i][2],
 					name : _l[i][3],
-					opac_visible : _l[i][4]
+					opac_visible : _l[i][4],
+					shortname : _l[i][5]
 				})
 			};
 



More information about the open-ils-commits mailing list