From 98f6df7366e437fe18a5a48cb1cada2db39e2574 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 23 Oct 2012 13:07:27 -0400 Subject: [PATCH] Enable contents fields to be displayed in Windsor TPAC 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 --- Open-ILS/src/templates_windsor/opac/parts/record/summary.tt2 | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/templates_windsor/opac/parts/record/summary.tt2 b/Open-ILS/src/templates_windsor/opac/parts/record/summary.tt2 index 5fb1dd54d6..49435a3e97 100644 --- a/Open-ILS/src/templates_windsor/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates_windsor/opac/parts/record/summary.tt2 @@ -159,6 +159,7 @@ IF num_uris > 0; [%- END %] +[%- INCLUDE "opac/parts/record/contents.tt2" %] [%- INCLUDE "opac/parts/record/subjects.tt2" %] [%- INCLUDE "opac/parts/record/series.tt2" %] [%- INCLUDE "opac/parts/record/extras.tt2" %] -- 2.11.0