LP 1884657 Followup 2 user/mccanna/lp1884657_library_info_in_opac_update
authorTerran McCanna <tmccanna@georgialibraries.org>
Fri, 4 Sep 2020 18:45:15 +0000 (14:45 -0400)
committerTerran McCanna <tmccanna@georgialibraries.org>
Fri, 4 Sep 2020 18:45:15 +0000 (14:45 -0400)
Signing off on Jason's HTML filters and email address link, but I
changed the fleshing back to 2 because it doesn't work fleshed as 1.
The billing_address in the first bit is the user's billing address, but
the billing_address I added is the library's billing address.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm

index 590c5c2..4065e24 100644 (file)
@@ -32,7 +32,7 @@ sub prepare_extended_user_info {
     $self->ctx->{user} = $self->editor->retrieve_actor_user([
         $self->ctx->{user}->id,
         {
-            flesh => 1,
+            flesh => 2,
             flesh_fields => {
                 au => [qw/card home_ou addresses ident_type billing_address waiver_entries/, @extra_flesh],
                 "aou" => ["billing_address"]