Bugzilla – Attachment 45319 Details for
Bug 14636
Sorting and searching by publication year in item search doesn't work correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14636: Remove debug message
Bug-14636-Remove-debug-message.patch (text/plain), 847 bytes, created by
Jonathan Druart
on 2015-12-02 11:39:16 UTC
(
hide
)
Description:
Bug 14636: Remove debug message
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-12-02 11:39:16 UTC
Size:
847 bytes
patch
obsolete
>From d773ceaf58126f25e0ec32a50d1502671a9d1191 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 2 Dec 2015 11:38:27 +0000 >Subject: [PATCH] Bug 14636: Remove debug message > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > catalogue/itemsearch.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/catalogue/itemsearch.pl b/catalogue/itemsearch.pl >index af33ba4..9f156b2 100755 >--- a/catalogue/itemsearch.pl >+++ b/catalogue/itemsearch.pl >@@ -188,7 +188,6 @@ if (scalar keys %params > 0) { > if (C4::Context->preference("marcflavour") ne "UNIMARC" && $sortby eq 'publicationyear') { > $sortby = 'copyrightdate'; > } >- warn $sortby; > my $search_params = { > rows => $cgi->param('rows') // 20, > page => $cgi->param('page') || 1, >-- >2.1.0
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 14636
:
45070
|
45071
|
45120
|
45121
|
45153
|
45161
|
45168
|
45169
|
45304
|
45305
|
45306
|
45307
|
45315
|
45316
|
45317
|
45318
| 45319