[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.5.2.10,1.5.2.11
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.5.2.10,1.5.2.11 |
Date: |
Thu, 20 Jun 2002 14:05:20 -0700 |
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);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.5.2.10,1.5.2.11,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/C4 Stats.pm,1.5,1.6
- Next by Date:
[Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.18,1.19 Biblio.pm,1.1,1.2
- Previous by thread:
[Koha-cvs] CVS: koha/C4 Stats.pm,1.5,1.6
- Next by thread:
[Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.18,1.19 Biblio.pm,1.1,1.2
- Index(es):