Edited a comment user/ldw/ttopac-metabib-display-field
authorLiam Whalen <liam@liamwhalen.com>
Mon, 6 May 2013 03:59:58 +0000 (23:59 -0400)
committerLiam Whalen <liam@liamwhalen.com>
Mon, 6 May 2013 03:59:58 +0000 (23:59 -0400)
Open-ILS/src/templates/opac/parts/misc_util.tt2

index a89aa22..075d8e0 100644 (file)
@@ -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;