From 6b062d91664eac4c068c0c656a40a1346b379982 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 32df86762a..4c2fd01ef6 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 @@ -87,7 +87,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