koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Acquisition.pm,1.9.2.4,1.9.2.5


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Acquisition.pm,1.9.2.4,1.9.2.5
Date: Tue, 07 Jun 2005 05:56:39 -0700

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19188/C4

Modified Files:
      Tag: rel_2_2
        Acquisition.pm 
Log Message:
fix for #958 : showing notes in order list screen. The note can be used for 
whatever the library want, and should be seen here.
The table has been improved :
* title / isbn / author / note are on the same column, as in marc search
* alternate colors working

Index: Acquisition.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Acquisition.pm,v
retrieving revision 1.9.2.4
retrieving revision 1.9.2.5
diff -C2 -r1.9.2.4 -r1.9.2.5
*** Acquisition.pm      6 Jun 2005 16:36:43 -0000       1.9.2.4
--- Acquisition.pm      7 Jun 2005 12:56:37 -0000       1.9.2.5
***************
*** 105,109 ****
        my ($basketno,$supplier,$orderby)address@hidden;
        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'
--- 105,109 ----
        my ($basketno,$supplier,$orderby)address@hidden;
        my $dbh = C4::Context->dbh;
!       my $query="Select 
biblio.*,biblioitems.*,aqorders.*,aqorderbreakdown.*,biblio.title from 
aqorders,biblio,biblioitems
        left join aqorderbreakdown on 
aqorderbreakdown.ordernumber=aqorders.ordernumber
        where basketno='$basketno'




reply via email to

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