[Koha-cvs] CVS: koha/circ circulation.pl,1.54,1.55

Paul POULAIN tipaul at users.sourceforge.net
Thu Jun 5 19:04:05 CEST 2003


Update of /cvsroot/koha/koha/circ
In directory sc8-pr-cvs1:/tmp/cvs-serv19413/circ

Modified Files:
	circulation.pl 
Log Message:
removing searchborrower from circ2.pm.
Already exists in Search.pm
this fixes bug #439 and improve consistency.


Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -r1.54 -r1.55
*** circulation.pl	30 May 2003 20:37:09 -0000	1.54
--- circulation.pl	5 Jun 2003 17:03:32 -0000	1.55
***************
*** 84,88 ****
  my $findborrower = $query->param('findborrower');
  if ($findborrower) {
! 	my ($borrowers, $flags) = findborrower(\%env, $findborrower);
  	my @borrowers=@$borrowers;
  	if ($#borrowers == -1) {
--- 84,88 ----
  my $findborrower = $query->param('findborrower');
  if ($findborrower) {
! 	my ($count,$borrowers)=BornameSearch(\%env,$findborrower,'web');
  	my @borrowers=@$borrowers;
  	if ($#borrowers == -1) {





More information about the Koha-cvs mailing list