[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/circ circulation.pl,1.83,1.84
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/circ circulation.pl,1.83,1.84 |
Date: |
Tue, 01 Mar 2005 05:41:59 -0800 |
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 @address@hidden;
if ($#borrowers == -1) {
--- 105,109 ----
my $borrowerslist;
if ($findborrower) {
! my
($count,$borrowers)=BornameSearch(\%env,$findborrower,'cardnumber','web');
my @address@hidden;
if ($#borrowers == -1) {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/circ circulation.pl,1.83,1.84,
Paul POULAIN <=