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

Paul POULAIN tipaul at users.sourceforge.net
Tue Jun 7 14:56:39 CEST 2005


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)=@_;
  	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)=@_;
  	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'





More information about the Koha-cvs mailing list