From: Galen Charlton Date: Tue, 5 Jun 2018 21:47:36 +0000 (-0400) Subject: fix previous patch X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7bfa802d2cb06e5cb0c344441c6e3daa13af38ba;p=working%2FEvergreen.git fix previous patch --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm index f696e488cb..c071c2452b 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm @@ -519,7 +519,7 @@ sub load_print_record { $list = $U->simplereq( 'open-ils.actor', 'open-ils.actor.anon_cache.get_value', - $rec_or_list_id, (ref $self)->ANON_CACHE_MYLIST); + $rec_or_list_id, (ref $self)->CART_CACHE_MYLIST); if(!$list) { $list = []; @@ -560,7 +560,7 @@ sub load_email_record { $list = $U->simplereq( 'open-ils.actor', 'open-ils.actor.anon_cache.get_value', - $rec_or_list_id, (ref $self)->ANON_CACHE_MYLIST); + $rec_or_list_id, (ref $self)->CART_CACHE_MYLIST); if(!$list) { $list = [];