[Koha-cvs] CVS: koha/acqui recieveorder.pl,1.9.2.1,1.9.2.2

Paul POULAIN tipaul at users.sourceforge.net
Mon Jun 6 18:32:11 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	recieveorder.pl 
Log Message:
The correct parameter is supplierid, not id.

Index: recieveorder.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/recieveorder.pl,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -C2 -r1.9.2.1 -r1.9.2.2
*** recieveorder.pl	14 Apr 2005 21:21:08 -0000	1.9.2.1
--- recieveorder.pl	6 Jun 2005 16:32:08 -0000	1.9.2.2
***************
*** 33,37 ****
  
  my $input=new CGI;
! my $supplierid=$input->param('id');
  my ($count, at booksellers)=bookseller($supplierid);
  
--- 33,37 ----
  
  my $input=new CGI;
! my $supplierid=$input->param('supplierid');
  my ($count, at booksellers)=bookseller($supplierid);
  





More information about the Koha-cvs mailing list