From: Jason Boyer Date: Fri, 18 May 2018 13:12:37 +0000 (-0400) Subject: LP1772017: Correctly Extract Cast from Records X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fa34940db9ffa7c05157f1d3935d97b312bf7c66;p=working%2FEvergreen.git LP1772017: Correctly Extract Cast from Records authors.tt2 has been using field 508 for cast display but the correct field is 511 when ind1=1. Signed-off-by: Jason Boyer --- diff --git a/Open-ILS/src/templates/opac/parts/record/authors.tt2 b/Open-ILS/src/templates/opac/parts/record/authors.tt2 index 759a929e95..0af62bb3b6 100644 --- a/Open-ILS/src/templates/opac/parts/record/authors.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/authors.tt2 @@ -15,7 +15,7 @@ authors = [ }, { type => 'cast', label => l('Cast'), - xpath => '//*[@tag="508"]' + xpath => '//*[@tag="511"][@ind1="1"]' }, { type => 'notes', label => l('Author Notes: '),