From: Jeff Davis Date: Tue, 16 Mar 2021 22:29:36 +0000 (-0700) Subject: LP#1917804: only show MARC 500 data in the General Note field X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=797ffecdf66aab190a8579a7acc9ba9443e554ba;p=Evergreen.git LP#1917804: only show MARC 500 data in the General Note field Signed-off-by: Jeff Davis Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/record/contents.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/record/contents.tt2 index 883d8e1ac1..022bdd723b 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/record/contents.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/record/contents.tt2 @@ -1,7 +1,6 @@ [%- contents = [ { - display_field => 'general_note', label => l('General Note: '), xpath => '//*[@tag="500"]' }, { diff --git a/Open-ILS/src/templates/opac/parts/record/contents.tt2 b/Open-ILS/src/templates/opac/parts/record/contents.tt2 index c63b34c166..8ef1112b72 100644 --- a/Open-ILS/src/templates/opac/parts/record/contents.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/contents.tt2 @@ -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"]'