LP#1007020: Using checkout, last activity shows as unset
authorMark Cooper <markchristophercooper@gmail.com>
Tue, 9 Oct 2012 19:41:44 +0000 (12:41 -0700)
committerBen Shum <bshum@biblio.org>
Thu, 11 Oct 2012 15:49:27 +0000 (11:49 -0400)
Added usr_activity to $fields for flesh_user function.

Signed-off-by: Mark Cooper <markchristophercooper@gmail.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm

index 660cebd..1e79cb5 100644 (file)
@@ -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 );