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=refs%2Fheads%2Fuser%2Fjeffdavis%2Flp1917804-general-note;p=working%2FEvergreen.git LP#1917804: only show MARC 500 data in the General Note field Signed-off-by: Jeff Davis --- 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 db80b475c2..38f6271516 100644 --- a/Open-ILS/src/templates/opac/parts/record/contents.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/contents.tt2 @@ -1,7 +1,6 @@ [%- contents = [ { - display_field => 'general_note', label => l('General Note: '), xpath => '//*[@tag="500"]' }, {