[Koha-cvs] CVS: koha/C4 Acquisition.pm,1.11,1.12

Chris Cormack rangi at users.sourceforge.net
Tue Jun 7 01:29:38 CEST 2005


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

Modified Files:
	Acquisition.pm 
Log Message:
Fix for a bug in full acquisitions basket.pl
Ordernumber not showing


Index: Acquisition.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Acquisition.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** Acquisition.pm	4 May 2005 15:39:08 -0000	1.11
--- Acquisition.pm	6 Jun 2005 23:29:36 -0000	1.12
***************
*** 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.title,aqorders.ordernumber from aqorders,biblio,biblioitems
  	left join aqorderbreakdown on aqorderbreakdown.ordernumber=aqorders.ordernumber
  	where basketno='$basketno'





More information about the Koha-cvs mailing list