[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 4e9aaf50a1a7e1655183bcfce1ea00255c172d72
Evergreen Git
git at git.evergreen-ils.org
Thu Oct 11 11:54:59 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_3 has been updated
via 4e9aaf50a1a7e1655183bcfce1ea00255c172d72 (commit)
from d2bd31086e134610602c3a6a8e17b68de775d98b (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 4e9aaf50a1a7e1655183bcfce1ea00255c172d72
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 660cebd..1e79cb5 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