Bugzilla – Attachment 2754 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]
[PATCH] Bug 5409 - Fix call number not shown on opac search result page
0001-Bug-5409-Fix-call-number-not-shown-on-opac-search-r.patch (text/plain), 1.10 KB, created by
Amit Gupta
on 2010-11-15 10:54:18 UTC
(
hide
)
Description:
[PATCH] Bug 5409 - Fix call number not shown on opac search result page
Filename:
MIME Type:
Creator:
Amit Gupta
Created:
2010-11-15 10:54:18 UTC
Size:
1.10 KB
patch
obsolete
>From c2d582599e1cadf29502122b93302dc6970a649e 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 > >--- > 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 2bfcb6d..6ac8090 100755 >--- a/opac/opac-search.pl >+++ b/opac/opac-search.pl >@@ -543,7 +543,7 @@ for (my $i=0;$i<@servers;$i++) { > $template->param(stopwords_removed => "@$stopwords_removed") if $stopwords_removed; > $template->param(results_per_page => $results_per_page); > $template->param(SEARCH_RESULTS => \@newresults, >- OPACItemsResultsDisplay => (C4::Context->preference("OPACItemsResultsDisplay") eq "itemdetails"?1:0), >+ OPACItemsResultsDisplay => (C4::Context->preference("OPACItemsResultsDisplay")), > ); > ## Build the page numbers on the bottom of the page > my @page_numbers; >-- >1.5.4.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