fix previous patch
authorGalen Charlton <gmc@equinoxinitiative.org>
Tue, 5 Jun 2018 21:47:36 +0000 (17:47 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 5 Jun 2018 21:47:36 +0000 (17:47 -0400)
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm

index f696e48..c071c24 100644 (file)
@@ -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 = [];