koha-cvs
[Top][All Lists]
Advanced

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

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/acqui recieveorder.pl,1.9.2.1,1.9.2.2
Date: Mon, 06 Jun 2005 09:32:11 -0700

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,@booksellers)=bookseller($supplierid);
  
--- 33,37 ----
  
  my $input=new CGI;
! my $supplierid=$input->param('supplierid');
  my ($count,@booksellers)=bookseller($supplierid);
  




reply via email to

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