LP#1917804: only show MARC 500 data in the General Note field user/jeffdavis/lp1917804-general-note
authorJeff Davis <jdavis@sitka.bclibraries.ca>
Tue, 16 Mar 2021 22:29:36 +0000 (15:29 -0700)
committerJeff Davis <jdavis@sitka.bclibraries.ca>
Tue, 16 Mar 2021 22:29:36 +0000 (15:29 -0700)
Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
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 db80b47..38f6271 100644 (file)
@@ -1,7 +1,6 @@
 [%-
 contents =  [
     {
-        display_field => 'general_note',
         label => l('General Note: '),
         xpath => '//*[@tag="500"]'
     }, {