koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/circ circulation.pl,1.54,1.55
Date: Thu, 05 Jun 2003 10:04:05 -0700

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 @address@hidden;
        if ($#borrowers == -1) {
--- 84,88 ----
  my $findborrower = $query->param('findborrower');
  if ($findborrower) {
!       my ($count,$borrowers)=BornameSearch(\%env,$findborrower,'web');
        my @address@hidden;
        if ($#borrowers == -1) {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]