[open-ils-commits] [GIT] Evergreen ILS branch master updated. 705eb71b27f4f16651077a576c812cb9993c5046

Evergreen Git git at git.evergreen-ils.org
Thu Oct 11 11:51:57 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, master has been updated
       via  705eb71b27f4f16651077a576c812cb9993c5046 (commit)
      from  3309cab8ad8014489550ab8a8ff3d7e021f107ab (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 705eb71b27f4f16651077a576c812cb9993c5046
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