[Koha-cvs] CVS: koha/circ circulation.pl,1.81.2.2,1.81.2.3

Paul POULAIN tipaul at users.sourceforge.net
Mon Feb 28 18:07:09 CET 2005


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

Modified Files:
      Tag: rel_2_2
	circulation.pl 
Log Message:


Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.81.2.2
retrieving revision 1.81.2.3
diff -C2 -r1.81.2.2 -r1.81.2.3
*** circulation.pl	16 Feb 2005 22:23:52 -0000	1.81.2.2
--- circulation.pl	28 Feb 2005 17:06:49 -0000	1.81.2.3
***************
*** 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