From 1f91297b90ff189ae29b78e2734e2ec8358a3d80 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 14 Aug 2012 17:18:22 -0400 Subject: [PATCH] TPAC: Hide inline call number in detailed results There's no need to show the inline call number in the detailed results view; it's redundant. Signed-off-by: Dan Scott --- Open-ILS/src/templates_conifer/opac/parts/result/table.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates_conifer/opac/parts/result/table.tt2 b/Open-ILS/src/templates_conifer/opac/parts/result/table.tt2 index d5e7cf241a..b45fd9c285 100644 --- a/Open-ILS/src/templates_conifer/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates_conifer/opac/parts/result/table.tt2 @@ -67,7 +67,7 @@ - [% IF args.holdings.size > 0 %] + [% IF args.holdings.size > 0 && CGI.param('detail_record_view') != 1 %]
[% l('Call number:') %] -- 2.11.0