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=596df0d81a20846aa6f7ad9362add6348ecedb18;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 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';