[Koha-cvs] koha/C4 Input.pm [rel_2_2]

paul poulain paul at koha-fr.org
Wed Apr 5 11:30:30 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	paul poulain <tipaul at savannah.gnu.org>	06/04/05 09:30:30

Modified files:
	C4             : Input.pm 

Log message:
	ordering bsort1 & 2 by description

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/C4/Input.pm.diff?only_with_tag=rel_2_2&tr1=1.16.4.1&tr2=1.16.4.2&r1=text&r2=text

Patches:
Index: koha/C4/Input.pm
diff -u koha/C4/Input.pm:1.16.4.1 koha/C4/Input.pm:1.16.4.2
--- koha/C4/Input.pm:1.16.4.1	Tue Jun 28 11:51:58 2005
+++ koha/C4/Input.pm	Wed Apr  5 09:30:30 2006
@@ -184,7 +184,7 @@
     use strict;
 	my ($name,$input_name,$data) = @_;
 	my $dbh=C4::Context->dbh;
-	my $query=qq{SELECT * FROM authorised_values WHERE category=?};
+	my $query=qq{SELECT * FROM authorised_values WHERE category=? order by lib};
 	my $sth=$dbh->prepare($query);
 	$sth->execute($name);
 	my $CGISort;





More information about the Koha-cvs mailing list