From 70ecc85c88d550d88ca90b09d12bd878443e3eba Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Mon, 6 Jun 2016 08:58:45 -0400 Subject: [PATCH] Adding Mansion Library Note display. --- Open-ILS/src/templates/opac/parts/record/contents.tt2 | 5 ++++- 1 file changed, 4 insertions(+), 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 29fc33b4cd..5d64c6137f 100644 --- a/Open-ILS/src/templates/opac/parts/record/contents.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/contents.tt2 @@ -150,7 +150,10 @@ contents = [ }, { label => l('Source of Description Note: '), xpath => '//*[@tag="588"]' - } + }, { + label => l('Mansion Library Note: '), + xpath => '//*[@tag="590"]' + } ]; BLOCK render_contents; -- 2.11.0