LP#1917804: only show MARC 500 data in the General Note field
authorJeff Davis <jdavis@sitka.bclibraries.ca>
Tue, 16 Mar 2021 22:29:36 +0000 (15:29 -0700)
committerKyle Huckins <khuckins@catalyte.io>
Fri, 19 Mar 2021 00:32:30 +0000 (00:32 +0000)
Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/templates-bootstrap/opac/parts/record/contents.tt2
Open-ILS/src/templates/opac/parts/record/contents.tt2

index 883d8e1..022bdd7 100755 (executable)
@@ -1,7 +1,6 @@
 [%-
 contents =  [
     {
-        display_field => 'general_note',
         label => l('General Note: '),
         xpath => '//*[@tag="500"]'
     }, {
index c63b34c..8ef1112 100644 (file)
@@ -2,7 +2,6 @@
 # You can supply a trunc_length parameter to override the default contents_truncate_length value
 contents =  [
     {
-        display_field => 'general_note',
         label => l('General Note: '),
         trunc_length => 100,
         xpath => '//*[@tag="500"]'