[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 Acquisition.pm,1.5,1.6
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/C4 Acquisition.pm,1.5,1.6 |
Date: |
Mon, 04 Oct 2004 13:03:43 -0700 |
Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18281/C4
Modified Files:
Acquisition.pm
Log Message:
* removing the hard coded $
* adding bookfund to the order list
Index: Acquisition.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Acquisition.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** Acquisition.pm 15 Sep 2004 16:13:41 -0000 1.5
--- Acquisition.pm 4 Oct 2004 20:03:23 -0000 1.6
***************
*** 106,109 ****
--- 106,110 ----
my $dbh = C4::Context->dbh;
my $query="Select *,biblio.title from aqorders,biblio,biblioitems
+ left join aqorderbreakdown on
aqorderbreakdown.ordernumber=aqorders.ordernumber
where basketno='$basketno'
and biblio.biblionumber=aqorders.biblionumber and
biblioitems.biblioitemnumber
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Acquisition.pm,1.5,1.6,
Paul POULAIN <=