From: Chris Sharp Date: Mon, 6 Jun 2016 12:58:45 +0000 (-0400) Subject: Adding Mansion Library Note display. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=941c6a4a25ed79dca6b83af12fd0c78d5f3e1547;p=evergreen%2Fpines.git Adding Mansion Library Note display. --- diff --git a/Open-ILS/src/templates/opac/parts/record/contents.tt2 b/Open-ILS/src/templates/opac/parts/record/contents.tt2 index db80b475c2..e65139f80e 100644 --- a/Open-ILS/src/templates/opac/parts/record/contents.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/contents.tt2 @@ -157,7 +157,10 @@ contents = [ }, { label => l('Source of Description Note: '), xpath => '//*[@tag="588"]' - } + }, { + label => l('Mansion Library Note: '), + xpath => '//*[@tag="590"]' + } ]; BLOCK render_contents;