From 4e9348094b39f921e842937ba39a3d75abf74591 Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Tue, 16 Mar 2021 15:29:36 -0700 Subject: [PATCH] LP#1917804: only show MARC 500 data in the General Note field Signed-off-by: Jeff Davis Signed-off-by: Jason Stephenson --- Open-ILS/src/templates/opac/parts/record/contents.tt2 | 1 - 1 file changed, 1 deletion(-) 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"]' }, { -- 2.11.0