[Koha-cvs] koha/members memberentry.pl [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Tue Oct 17 18:41:40 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/10/17 16:41:40

Modified files:
	members        : memberentry.pl 

Log message:
	oops... my last commit was a mistake.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/members/memberentry.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.38.2.8&r2=1.38.2.9

Patches:
Index: memberentry.pl
===================================================================
RCS file: /sources/koha/koha/members/memberentry.pl,v
retrieving revision 1.38.2.8
retrieving revision 1.38.2.9
diff -u -b -r1.38.2.8 -r1.38.2.9
--- memberentry.pl	17 Oct 2006 16:34:08 -0000	1.38.2.8
+++ memberentry.pl	17 Oct 2006 16:41:40 -0000	1.38.2.9
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: memberentry.pl,v 1.38.2.8 2006/10/17 16:34:08 toins Exp $
+# $Id: memberentry.pl,v 1.38.2.9 2006/10/17 16:41:40 toins Exp $
 
 # Copyright 2006 SAN OUEST PROVENCE et Paul POULAIN
 #
@@ -278,8 +278,7 @@
 	}
 	
 	
-	#my $action="WHERE category_type=?";
-	my $action ="";
+	my $action="WHERE category_type=?";
 	my ($categories,$labels)=GetborCatFromCatType($category_type,$action);
 	
 	#if u modify the borrowers u must have the right value for is category code





More information about the Koha-cvs mailing list