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

Paul POULAIN tipaul at users.sourceforge.net
Tue Jan 13 18:30:25 CET 2004


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;





More information about the Koha-cvs mailing list