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

Chris Cormack rangi at users.sourceforge.net
Fri Jun 13 13:54:42 CEST 2003


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);





More information about the Koha-cvs mailing list