koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Catalogue.pm,1.36,1.36.2.1


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Catalogue.pm,1.36,1.36.2.1
Date: Tue, 13 Jan 2004 09:30:25 -0800

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv2223/C4

Modified Files:
      Tag: rel_2_0
        Catalogue.pm 
Log Message:
* minor html fixes
* adding publisher in acquisition process (& ordering basket by publisher)

Index: Catalogue.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Catalogue.pm,v
retrieving revision 1.36
retrieving revision 1.36.2.1
diff -C2 -r1.36 -r1.36.2.1
*** Catalogue.pm        24 Nov 2003 16:24:24 -0000      1.36
--- Catalogue.pm        13 Jan 2004 17:30:23 -0000      1.36.2.1
***************
*** 108,112 ****
      $query.=" and aqorders.booksellerid='$supplier'";
    }
!   $query.=" group by aqorders.ordernumber";
    my $sth=$dbh->prepare($query);
    $sth->execute;
--- 108,112 ----
      $query.=" and aqorders.booksellerid='$supplier'";
    }
!   $query.=" order by biblioitems.publishercode";
    my $sth=$dbh->prepare($query);
    $sth->execute;




reply via email to

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