From aad0730db7bb2ebc673631d077310ed393233074 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 21 Oct 2015 15:25:23 -0400 Subject: [PATCH] Adding display of 590 tags (Local notes) --- Open-ILS/src/templates/opac/parts/record/contents.tt2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Open-ILS/src/templates/opac/parts/record/contents.tt2 b/Open-ILS/src/templates/opac/parts/record/contents.tt2 index 29fc33b4cd..76c7229cc6 100644 --- a/Open-ILS/src/templates/opac/parts/record/contents.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/contents.tt2 @@ -150,6 +150,9 @@ contents = [ }, { label => l('Source of Description Note: '), xpath => '//*[@tag="588"]' + }, { + label => l('Mansion Library Note: '), + xpath => '//*[@tag="590"]' } ]; -- 2.11.0