[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 684c17f38e48c5d774dc0ce2136796c5533590e4
Evergreen Git
git at git.evergreen-ils.org
Thu Oct 11 11:55:48 EDT 2012
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, rel_2_2 has been updated
via 684c17f38e48c5d774dc0ce2136796c5533590e4 (commit)
from 4aa6ba3446d22881fc7761d7ab7773acbc35f6d3 (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 684c17f38e48c5d774dc0ce2136796c5533590e4
Author: Mark Cooper <markchristophercooper at gmail.com>
Date: Tue Oct 9 12:41:44 2012 -0700
LP#1007020: Using checkout, last activity shows as unset
Added usr_activity to $fields for flesh_user function.
Signed-off-by: Mark Cooper <markchristophercooper at gmail.com>
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm
index 4ba9ad5..5c21d3a 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm
@@ -494,7 +494,8 @@ sub flesh_user {
"billing_address",
"mailing_address",
"stat_cat_entries",
- "settings"
+ "settings",
+ "usr_activity"
];
push @$fields, "home_ou" if $home_ou;
return new_flesh_user($id, $fields, $e );
-----------------------------------------------------------------------
Summary of changes:
.../src/perlmods/lib/OpenILS/Application/Actor.pm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list