From: Dan Scott Date: Tue, 23 Oct 2012 17:07:27 +0000 (-0400) Subject: Enable contents fields to be displayed in Windsor TPAC X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=98f6df7366e437fe18a5a48cb1cada2db39e2574;p=contrib%2FConifer.git 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 --- 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" %]