[Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.5.2.10,1.5.2.11

Paul POULAIN tipaul at users.sourceforge.net
Thu Jun 20 23:05:20 CEST 2002


Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv12273

Modified Files:
      Tag: rel-1-2
	Acquisitions.pm 
Log Message:
bug fix : 2001=07-01 instead of 2001-07-01
Note i think this condition is useless in the query. If someone cant check...


Index: Acquisitions.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Acquisitions.pm,v
retrieving revision 1.5.2.10
retrieving revision 1.5.2.11
diff -C2 -r1.5.2.10 -r1.5.2.11
*** Acquisitions.pm	14 Jun 2002 21:20:26 -0000	1.5.2.10
--- Acquisitions.pm	20 Jun 2002 21:05:17 -0000	1.5.2.11
***************
*** 327,331 ****
    my $query="Select * from aqbookfund,aqbudget where aqbookfund.bookfundid
    =aqbudget.bookfundid 
!   and aqbudget.startdate='2001=07-01' 
    group by aqbookfund.bookfundid order by bookfundname";
    my $sth=$dbh->prepare($query);
--- 327,331 ----
    my $query="Select * from aqbookfund,aqbudget where aqbookfund.bookfundid
    =aqbudget.bookfundid 
!   and aqbudget.startdate='2001-07-01' 
    group by aqbookfund.bookfundid order by bookfundname";
    my $sth=$dbh->prepare($query);





More information about the Koha-cvs mailing list