[Top][All Lists]
[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);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/acqui recieveorder.pl,1.9,1.9.2.1,
Owen Leonard <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui basket.tmpl,1.2.2.1,1.2.2.2
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui newbiblio.tmpl,1.2,1.2.2.1 order.tmpl,1.2.2.1,1.2.2.2 recieveorder.tmpl,1.1.2.1,1.1.2.2
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui basket.tmpl,1.2.2.1,1.2.2.2
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui newbiblio.tmpl,1.2,1.2.2.1 order.tmpl,1.2.2.1,1.2.2.2 recieveorder.tmpl,1.1.2.1,1.1.2.2
- Index(es):