koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/C4 RotatingCollections.pm [dev_week]


From: Kyle Hall
Subject: [Koha-cvs] koha/C4 RotatingCollections.pm [dev_week]
Date: Tue, 25 Mar 2008 15:34:14 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Kyle Hall <kylemhall>   08/03/25 15:34:14

Modified files:
        C4             : RotatingCollections.pm 

Log message:
        Items in collection were ordered by date added, now ordered by title.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/RotatingCollections.pm?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: RotatingCollections.pm
===================================================================
RCS file: /sources/koha/koha/C4/Attic/RotatingCollections.pm,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- RotatingCollections.pm      14 May 2007 15:17:06 -0000      1.1.2.1
+++ RotatingCollections.pm      25 Mar 2008 15:34:14 -0000      1.1.2.2
@@ -220,7 +220,7 @@
                            WHERE collections.colId = collectionsTracking.colId
                            AND collectionsTracking.itemnumber = 
items.itemnumber
                            AND items.biblionumber = biblio.biblionumber
-                           AND collections.colId = ?");
+                           AND collections.colId = ? ORDER BY biblio.title");
   $sth->execute( $colId ) or return ( 0, 0, 2, $sth->errstr() );
   
   my @results;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]