[Koha-cvs] CVS: koha/circ circulation.pl,1.83,1.84

Paul POULAIN tipaul at users.sourceforge.net
Tue Mar 1 14:41:59 CET 2005


Update of /cvsroot/koha/koha/circ
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20915/circ

Modified Files:
	circulation.pl 
Log Message:
merging 2.2 branch with head. Sorry for not making it before, many many commits done here

Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -r1.83 -r1.84
*** circulation.pl	16 Feb 2005 22:25:17 -0000	1.83
--- circulation.pl	1 Mar 2005 13:40:50 -0000	1.84
***************
*** 105,109 ****
  my $borrowerslist;
  if ($findborrower) {
! 	my ($count,$borrowers)=BornameSearch(\%env,$findborrower,'web');
  	my @borrowers=@$borrowers;
  	if ($#borrowers == -1) {
--- 105,109 ----
  my $borrowerslist;
  if ($findborrower) {
! 	my ($count,$borrowers)=BornameSearch(\%env,$findborrower,'cardnumber','web');
  	my @borrowers=@$borrowers;
  	if ($#borrowers == -1) {





More information about the Koha-cvs mailing list