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>
$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"]