Adding Mansion Library Note display.
authorChris Sharp <csharp@georgialibraries.org>
Mon, 6 Jun 2016 12:58:45 +0000 (08:58 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 22 Aug 2022 18:11:19 +0000 (14:11 -0400)
Open-ILS/src/templates/opac/parts/record/contents.tt2

index 86c1adb..01bf316 100644 (file)
@@ -158,7 +158,10 @@ contents =  [
     }, {
         label => l('Source of Description Note: '),
         xpath => '//*[@tag="588"]'
-    } 
+    }, {
+        label => l('Mansion Library Note: '),
+        xpath => '//*[@tag="590"]'
+    }
 ];
 
 BLOCK render_contents;