[open-ils-commits] [GIT] Evergreen ILS branch master updated. b360117be6c1efc24da34612a080a2d942134206
Evergreen Git
git at git.evergreen-ils.org
Fri Jun 24 19:31:14 EDT 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via b360117be6c1efc24da34612a080a2d942134206 (commit)
from bbf03b1937f4a60758f0538f145a1a08921eda78 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b360117be6c1efc24da34612a080a2d942134206
Author: Dan Scott <dan at coffeecode.net>
Date: Fri Jun 24 19:29:30 2011 -0400
Show human label for Internet Access Level in Patron Search
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 at coffeecode.net>
diff --git a/Open-ILS/xul/staff_client/server/patron/search_result.js b/Open-ILS/xul/staff_client/server/patron/search_result.js
index 5099ce8..5449753 100644
--- a/Open-ILS/xul/staff_client/server/patron/search_result.js
+++ b/Open-ILS/xul/staff_client/server/patron/search_result.js
@@ -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 },
-----------------------------------------------------------------------
Summary of changes:
.../staff_client/server/patron/search_result.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list