PINES Customization: Added Content Fix rel_3_6_1_pines_added_content_customization
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 16 Dec 2020 16:32:55 +0000 (11:32 -0500)
committerTerran McCanna <tmccanna@georgialibraries.org>
Wed, 16 Dec 2020 16:32:55 +0000 (11:32 -0500)
This adds a missing line that I left off of the previous added
content customization for the bootstrap OPAC.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2

index 32df867..4c2fd01 100755 (executable)
@@ -87,7 +87,7 @@
                 <span>[% arrow %] [% extra.label | html %]</span>
                 </a>
             </div>
-            [%  IF tab_is_active(name); %]
+            [%  IF tab_is_active(name) OR name == 'awards' OR name == 'addedcontent'; %]
             <div class='card-body'>
 
                     [% IF name == 'marchtml';