[Koha-patches] [PATCH] Bug 3316 - Improve last 3 issues displayed on OPAC detail page

Frédéric Demians f.demians at tamil.fr
Tue Jun 9 10:17:07 CEST 2009


---
 C4/Serials.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Serials.pm b/C4/Serials.pm
index 7d81586..2de4ab3 100644
--- a/C4/Serials.pm
+++ b/C4/Serials.pm
@@ -831,7 +831,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.5.6.5




More information about the Koha-patches mailing list