From: miker Date: Thu, 22 May 2008 19:44:21 +0000 (+0000) Subject: teach JS about the shortname field on slim org lists X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8419bdeb987f766bded3dc8103f1cd4ed88a5bc7;p=Evergreen.git teach JS about the shortname field on slim org lists git-svn-id: svn://svn.open-ils.org/ILS/trunk@9671 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/js/dojo/fieldmapper/OrgUtils.js b/Open-ILS/web/js/dojo/fieldmapper/OrgUtils.js index 55b3412039..e906faa973 100644 --- a/Open-ILS/web/js/dojo/fieldmapper/OrgUtils.js +++ b/Open-ILS/web/js/dojo/fieldmapper/OrgUtils.js @@ -65,7 +65,8 @@ if(!dojo._hasResource["fieldmapper.OrgUtils"]){ 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] }) };