koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/admin branches.pl,1.21,1.22


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/admin branches.pl,1.21,1.22
Date: Fri, 13 Jun 2003 04:54:42 -0700

Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv27373/admin

Modified Files:
        branches.pl 
Log Message:
Small change to make branches order by branchcode in the list


Index: branches.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/branches.pl,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** branches.pl 27 May 2003 05:44:41 -0000      1.21
--- branches.pl 13 Jun 2003 11:54:39 -0000      1.22
***************
*** 361,364 ****
--- 361,365 ----
        $query = "Select * from branches";
      }
+     $query.=" order by branchcode";
      my $sth = $dbh->prepare($query);
      $sth->execute(@query_args);




reply via email to

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