Enable contents fields to be displayed in Windsor TPAC
authorDan Scott <dscott@laurentian.ca>
Tue, 23 Oct 2012 17:07:27 +0000 (13:07 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 8 May 2013 15:56:55 +0000 (11:56 -0400)
Windsor customized summary.tt2, which is what we changed to pull in the
contents fields in the main body of the record summary. So we need to
make the same change to the customized version.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates_windsor/opac/parts/record/summary.tt2

index 5fb1dd5..49435a3 100644 (file)
@@ -159,6 +159,7 @@ IF num_uris > 0;
     [%- END %]
 </ul>
 
+[%- INCLUDE "opac/parts/record/contents.tt2" %]
 [%- INCLUDE "opac/parts/record/subjects.tt2" %]
 [%- INCLUDE "opac/parts/record/series.tt2" %]
 [%- INCLUDE "opac/parts/record/extras.tt2" %]