From: Bill Erickson Date: Tue, 16 Aug 2011 19:32:57 +0000 (-0400) Subject: TTPac: another merge casulty -> title_extended attribute X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=87671d4fc36d64de375e4d4024f817d3c5b09606;p=contrib%2FConifer.git TTPac: another merge casulty -> title_extended attribute Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/default/opac/parts/misc_util.tt2 b/Open-ILS/src/templates/default/opac/parts/misc_util.tt2 index 457361e6f7..48eea03573 100644 --- a/Open-ILS/src/templates/default/opac/parts/misc_util.tt2 +++ b/Open-ILS/src/templates/default/opac/parts/misc_util.tt2 @@ -10,6 +10,7 @@ args.upc = xml.findnodes('//*[@tag="024"]/*[@code="a"]').textContent; args.issn = xml.findnodes('//*[@tag="022"]/*[@code="a"]').textContent; args.title = xml.findnodes('//*[@tag="245"]/*[@code="a"]').textContent; + args.title_extended = xml.findnodes('//*[@tag="245"]').textContent; args.author = xml.findnodes('//*[@tag="100"]/*[@code="a"]').textContent; args.publisher = xml.findnodes('//*[@tag="260"]/*[@code="b"]').textContent; args.pubdate = xml.findnodes('//*[@tag="260"]/*[@code="c"]').textContent;