LP#1007020: Using checkout, last activity shows as unset user/mcooper/lp1007020
authorMark Cooper <markchristophercooper@gmail.com>
Tue, 9 Oct 2012 19:41:44 +0000 (12:41 -0700)
committerMark Cooper <markchristophercooper@gmail.com>
Tue, 9 Oct 2012 19:41:44 +0000 (12:41 -0700)
Added usr_activity to $fields for flesh_user function.

Signed-off-by: Mark Cooper <markchristophercooper@gmail.com>
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 );