Show human label for Internet Access Level in Patron Search
authorDan Scott <dan@coffeecode.net>
Fri, 24 Jun 2011 23:29:30 +0000 (19:29 -0400)
committerDan Scott <dan@coffeecode.net>
Fri, 24 Jun 2011 23:29:30 +0000 (19:29 -0400)
Looks like fm_columns uses a prefix of "au_" for the column name defined
in util.js. Therefore, au_net_access_level lets us define the label to
display in place of the integer value.

Signed-off-by: Dan Scott <dan@coffeecode.net>
Open-ILS/xul/staff_client/server/patron/search_result.js

index 5099ce8..5449753 100644 (file)
@@ -39,7 +39,8 @@ patron.search_result.prototype = {
             'au_dob' : { 'hidden' : false },
             'au_profile' : { 'fleshed_display_field' : 'name' },
             'au_ident_type' : { 'fleshed_display_field' : 'name' },
-            'au_ident_type2' : { 'fleshed_display_field' : 'name' }
+            'au_ident_type2' : { 'fleshed_display_field' : 'name' },
+            'au_net_access_level' : { 'fleshed_display_field' : 'name' }
         }).concat(
             obj.list.fm_columns('ac',{
                 '*' : { 'remove_virtual' : true, 'expanded_label' : true, 'hidden' : true },