[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 Accounts.pm,1.14,1.15
From: |
Chris Cormack |
Subject: |
[Koha-cvs] CVS: koha/C4 Accounts.pm,1.14,1.15 |
Date: |
Sat, 14 May 2005 15:20:20 -0700 |
Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23917
Modified Files:
Accounts.pm
Log Message:
Fixing a line that was throwing up warnings when running the script with -w
Index: Accounts.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Accounts.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** Accounts.pm 3 May 2004 09:04:49 -0000 1.14
--- Accounts.pm 14 May 2005 22:20:17 -0000 1.15
***************
*** 86,90 ****
AND amountoutstanding<>0";
my @bind = ($bornumber);
! if ($date ne ''){
$select.=" AND date < ?";
push(@bind,$date);
--- 86,90 ----
AND amountoutstanding<>0";
my @bind = ($bornumber);
! if ($date && $date ne ''){
$select.=" AND date < ?";
push(@bind,$date);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Accounts.pm,1.14,1.15,
Chris Cormack <=