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

Owen Leonard oleonard at users.sourceforge.net
Thu Apr 14 23:21:11 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	recieveorder.pl 
Log Message:
The link back to the supplier comes up with no supplier id in the URL, so I'm guessing $input->param('supplierid') needs to be changed to $input->param('id').

Index: recieveorder.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/recieveorder.pl,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -C2 -r1.9 -r1.9.2.1
*** recieveorder.pl	12 Aug 2004 14:35:22 -0000	1.9
--- recieveorder.pl	14 Apr 2005 21:21:08 -0000	1.9.2.1
***************
*** 33,37 ****
  
  my $input=new CGI;
! my $supplierid=$input->param('supplierid');
  my ($count, at booksellers)=bookseller($supplierid);
  
--- 33,37 ----
  
  my $input=new CGI;
! my $supplierid=$input->param('id');
  my ($count, at booksellers)=bookseller($supplierid);
  





More information about the Koha-cvs mailing list