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 <gmc@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
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
};