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,1.9.2.1


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/acqui recieveorder.pl,1.9,1.9.2.1
Date: Thu, 14 Apr 2005 14:21:11 -0700

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




reply via email to

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