From: Liam Whalen Date: Mon, 6 May 2013 03:59:58 +0000 (-0400) Subject: Edited a comment X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=67c734d3f5520376d5c559a766db0d88ab74b904;p=working%2FEvergreen.git Edited a comment --- diff --git a/Open-ILS/src/templates/opac/parts/misc_util.tt2 b/Open-ILS/src/templates/opac/parts/misc_util.tt2 index a89aa222e9..075d8e0fe4 100644 --- a/Open-ILS/src/templates/opac/parts/misc_util.tt2 +++ b/Open-ILS/src/templates/opac/parts/misc_util.tt2 @@ -15,7 +15,7 @@ #there would be no loop and each findnode #could reference ctx.metabib_field_xpath.identifer.* #or whatever keys are appropriate to retrieve the - #needed xpath + #needed xpath. Start working here. FOREACH xpath_and_label IN ctx.metabib_field_xpath; IF xpath_and_label.label == 'ISBN'; isbn_xpath = xpath_and_label.xpath;