From 025943ecb642826ac9f2fe41325543d64c38c400 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Sun, 15 Jan 2023 11:32:30 -0500 Subject: [PATCH] ECARD - Temp workaround for charges page bug Commenting out a line that's causing problems on OPAC My Account pages when the patron has charges - will need additional work to figure out why. Signed-off-by: Terran McCanna --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 edd892a207..ffcda9a956 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm @@ -2660,7 +2660,8 @@ sub load_myopac_main { ); # PINES - need to make sure we're retrieving current info - $self->prepare_extended_user_info; +# NEEDS WORK - NOT SURE WHY THIS LINE IS BREAKING ACCOUNTS THAT HAVE CHARGES +# $self->prepare_extended_user_info; # PINES - check whether or not to provide account renewal link if ($self->ctx->{user}->billing_address) { $self->ctx->{valid_billing_address} = $self->editor->retrieve_actor_user_address($self->ctx->{user}->billing_address)->valid; -- 2.11.0