[Koha-cvs] CVS: koha/C4 Accounts.pm,1.14,1.15

Chris Cormack rangi at users.sourceforge.net
Sun May 15 00:20:20 CEST 2005


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);





More information about the Koha-cvs mailing list