Bugzilla – Attachment 12425 Details for
Bug 5409
Call number is not show on Opac search result page.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 5409 - Fix call number not shown on opac search result page
Bug-5409---Fix-call-number-not-shown-on-opac-searc.patch (text/plain), 1.17 KB, created by
Kyle M Hall (khall)
on 2012-09-21 13:08:45 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 5409 - Fix call number not shown on opac search result page
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-09-21 13:08:45 UTC
Size:
1.17 KB
patch
obsolete
>From 8a1e0e01d66141e714cc35f1cc5e2a404fdd40c3 Mon Sep 17 00:00:00 2001 >From: Amit Gupta <amit.gupta@osslabs.biz> >Date: Mon, 15 Nov 2010 16:23:49 +0530 >Subject: [PATCH] Bug 5409 - Fix call number not shown on opac search result page >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > opac/opac-search.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/opac/opac-search.pl b/opac/opac-search.pl >index 9aac79d..e19f51a 100755 >--- a/opac/opac-search.pl >+++ b/opac/opac-search.pl >@@ -696,7 +696,7 @@ for (my $i=0;$i<@servers;$i++) { > $hide = ($hide =~ m/\S/) if $hide; # Just in case it has some spaces/new lines > $template->param( > SEARCH_RESULTS => \@newresults, >- OPACItemsResultsDisplay => (C4::Context->preference("OPACItemsResultsDisplay") eq "itemdetails"?1:0), >+ OPACItemsResultsDisplay => (C4::Context->preference("OPACItemsResultsDisplay")), > suppress_result_number => $hide, > ); > if (C4::Context->preference("OPACLocalCoverImages")){ >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5409
:
2754
|
10288
|
11049
|
11050
|
12300
| 12425 |
12426
|
12427