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: paul poulain
Subject: [Koha-cvs] koha/C4 Acquisition.pm [rel_2_2]
Date: Thu, 03 Aug 2006 13:11:37 +0000

CVSROOT:        /cvsroot/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     paul poulain <tipaul>   06/08/03 13:11:37

Modified files:
        C4             : Acquisition.pm 

Log message:
        fix for buggy SQL

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

Patches:
Index: Acquisition.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Acquisition.pm,v
retrieving revision 1.9.2.20
retrieving revision 1.9.2.21
diff -u -b -r1.9.2.20 -r1.9.2.21
--- Acquisition.pm      2 Aug 2006 10:16:41 -0000       1.9.2.20
+++ Acquisition.pm      3 Aug 2006 13:11:37 -0000       1.9.2.21
@@ -504,7 +504,7 @@
   my $dbh = C4::Context->dbh;
   my @results = ();
        my $strsth ="Select authorisedby,creationdate,aqbasket.basketno,
-closedate,surname,firstname,aqorders.biblionumber,aqorders.title,aqorders.author,aqorders.isbn,
 aqorders.ordernumber, quantity, quantityreceived
+closedate,surname,firstname,aqorders.biblionumber,aqorders.title, 
aqorders.ordernumber, quantity, quantityreceived
 from aqorders 
 left join aqbasket on aqbasket.basketno=aqorders.basketno 
 left join borrowers on aqbasket.authorisedby=borrowers.borrowernumber




reply via email to

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