Hiding parent link from branch info pages to prevent confusion when patrons
authorTerran McCanna <tmccanna@georgialibraries.org>
Mon, 12 Dec 2016 19:17:51 +0000 (14:17 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sun, 17 Sep 2017 20:29:14 +0000 (16:29 -0400)
see system hours (and other info) and think that they are the same as
branch hours.

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

index 82c2840..c635fcd 100644 (file)
@@ -45,6 +45,9 @@
     </div>
     [%- END; %]
 
+<!-- PINES Customization: Remove branch relationship linkage because it causes confusion 
+         with patrons who come across things like system hours that don't correspond to branch hours
+
     [%- IF ctx.library.parent_ou; %]
     <h2>[% l('Branch relationship') %]</h2>
     <div id="branch-info">[% l('Parent library: ') %]
@@ -52,6 +55,8 @@
     </div>
     [%  END; -%]
 
+-->
+    
     <div class="common-full-pad"></div>
     </div>
 </div>