From 7bfa802d2cb06e5cb0c344441c6e3daa13af38ba Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 5 Jun 2018 17:47:36 -0400 Subject: [PATCH] fix previous patch --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = []; -- 2.11.0