From 3068c40350adcf7875d1b59a768e947ea51d2dc4 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 16 Dec 2020 11:32:55 -0500 Subject: [PATCH] PINES Customization: Added Content Fix This adds a missing line that I left off of the previous added content customization for the bootstrap OPAC. Signed-off-by: Terran McCanna --- Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 index 13fd29871c..47c6ed1c55 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 @@ -86,7 +86,7 @@ [% arrow %] [% extra.label | html %] - [% IF tab_is_active(name); %] + [% IF tab_is_active(name) OR name == 'awards' OR name == 'addedcontent'; %]
[% IF name == 'marchtml'; -- 2.11.0