From: Terran McCanna Date: Wed, 16 Dec 2020 16:32:55 +0000 (-0500) Subject: PINES Customization: Added Content Fix X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=046ecfd3ae8241c1325ae0180436bcec34de19e2;p=evergreen%2Fpines.git 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 --- 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';