From: Dan Scott Date: Wed, 12 Sep 2012 18:09:04 +0000 (-0400) Subject: TPAC: Show ISSN in search results, if available X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3309cab8ad8014489550ab8a8ff3d7e021f107ab;p=evergreen%2Fpines.git TPAC: Show ISSN in search results, if available Just as we show the ISBN in search results, the ISSN is an important identifier to display if we have one (and we often will if we don't have an ISBN). Signed-off-by: Dan Scott Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2 index f40cc13f9b..48f8be050f 100644 --- a/Open-ILS/src/templates/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/table.tt2 @@ -98,6 +98,14 @@ [% attrs.isbns.0 | html %] [% END %] + [%- IF attrs.issns.size > 0 %] + + + [% l('ISSN:') %] + + [% attrs.issns.0 | html %] + + [%- END %] [%- IF openurl.enabled == 'true'; FOREACH issn IN args.issns; NEXT IF issn == '';