koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/C4 Acquisition.pm [rel_2_2]


From: Ryan Higgins
Subject: [Koha-cvs] koha/C4 Acquisition.pm [rel_2_2]
Date: Sun, 15 Jul 2007 14:35:51 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Ryan Higgins <rych>     07/07/15 14:35:51

Modified files:
        C4             : Acquisition.pm 

Log message:
        mysql5 fix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Acquisition.pm?cvsroot=koha&only_with_tag=rel_2_2&r1=1.9.2.22&r2=1.9.2.23

Patches:
Index: Acquisition.pm
===================================================================
RCS file: /sources/koha/koha/C4/Acquisition.pm,v
retrieving revision 1.9.2.22
retrieving revision 1.9.2.23
diff -u -b -r1.9.2.22 -r1.9.2.23
--- Acquisition.pm      22 Sep 2006 15:50:01 -0000      1.9.2.22
+++ Acquisition.pm      15 Jul 2007 14:35:51 -0000      1.9.2.23
@@ -110,7 +110,7 @@
 sub getbasketcontent {
        my ($basketno,$supplier,$orderby)address@hidden;
        my $dbh = C4::Context->dbh;
-       my $query="Select 
aqorderbreakdown.*,biblio.*,biblioitems.*,aqorders.*,biblio.title from 
aqorders,biblio,biblioitems
+       my $query="Select 
aqorderbreakdown.*,biblio.*,biblioitems.*,aqorders.*,biblio.title from 
biblio,biblioitems, aqorders
        left join aqorderbreakdown on 
aqorderbreakdown.ordernumber=aqorders.ordernumber
        where basketno='$basketno'
        and biblio.biblionumber=aqorders.biblionumber and 
biblioitems.biblioitemnumber




reply via email to

[Prev in Thread] Current Thread [Next in Thread]