Bugzilla – Attachment 10775 Details for
Bug 6655
Sorting order of serial issues in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6655 - Sorting order of serial issues in OPAC
Bug-6655---Sorting-order-of-serial-issues-in-OPAC.patch (text/plain), 932 bytes, created by
Elliott Davis
on 2012-07-11 20:03:35 UTC
(
hide
)
Description:
Bug 6655 - Sorting order of serial issues in OPAC
Filename:
MIME Type:
Creator:
Elliott Davis
Created:
2012-07-11 20:03:35 UTC
Size:
932 bytes
patch
obsolete
>From 25c99fb9c66d34792d8f1a95fd41244f380a7d73 Mon Sep 17 00:00:00 2001 >From: Meenakshi.R <meenakshi.r@osslabs.biz> >Date: Wed, 23 May 2012 10:37:19 +0530 >Subject: [PATCH] Bug 6655 - Sorting order of serial issues in OPAC > >Works as advertised. > >Signed-off-by: Elliott Davis <elliott@bywatersolutions.com> >--- > C4/Serials.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Serials.pm b/C4/Serials.pm >index 58b6078..cf6b302 100644 >--- a/C4/Serials.pm >+++ b/C4/Serials.pm >@@ -755,7 +755,7 @@ sub GetLatestSerials { > FROM serial > WHERE subscriptionid = ? > AND (status =2 or status=4) >- ORDER BY planneddate DESC LIMIT 0,$limit >+ ORDER BY publisheddate DESC LIMIT 0,$limit > "; > my $sth = $dbh->prepare($strsth); > $sth->execute($subscriptionid); >-- >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 6655
:
9735
| 10775