From 67a67b792c26554b95e9c744856c1b2f189d6245 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 10 Aug 2016 10:26:06 -0400 Subject: [PATCH] LP#1609556: (follow-up) restore previous 852$d output The previous patch had a side-effect of changing the 852$d value from the circ library's shortname to its long name. This patch restores the previous behavior. Signed-off-by: Galen Charlton Signed-off-by: Mike Rylander --- Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm index 400d0f0fbb..a338ebe12c 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm @@ -2031,7 +2031,7 @@ sub sru_search { a => $copy->getChildrenByTagName('location')->[0]->textContent, b => $owning_lib, c => $cn, - d => $copy->getChildrenByTagName('circlib')->[0]->textContent, + d => $copy->getChildrenByTagName('circ_lib')->[0]->getAttribute('shortname'), g => $copy->getAttribute('barcode'), n => $copy->getChildrenByTagName('status')->[0]->textContent }; -- 2.11.0