From: Terran McCanna Date: Fri, 4 Sep 2020 18:45:15 +0000 (-0400) Subject: LP 1884657 Followup 2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=eb36d7e413fb73823b0017b84f289dd74491af3a;p=working%2FEvergreen.git LP 1884657 Followup 2 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 --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm index 590c5c2643..4065e24b77 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm @@ -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"]