[Koha-cvs] koha/opac opac-moredetail.pl

Antoine Farnault antoine at koha-fr.org
Fri Jul 21 11:52:34 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	06/07/21 09:52:34

Modified files:
	opac           : opac-moredetail.pl 

Log message:
	subs renamed & fix broken link

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-moredetail.pl?cvsroot=koha&r1=1.6&r2=1.7

Patches:
Index: opac-moredetail.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-moredetail.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- opac-moredetail.pl	4 Jul 2006 14:36:52 -0000	1.6
+++ opac-moredetail.pl	21 Jul 2006 09:52:34 -0000	1.7
@@ -38,7 +38,7 @@
 my $data=bibitemdata($bi);
 
 my (@items)=itemissues($bi);
-my ($order,$ordernum)=getorder($bi,$bib);
+my ($order,$ordernum)=GetOrder($bi,$bib);
 #print @items;
 my $count=@items;
 
@@ -164,7 +164,7 @@
 <b>Paid for:</b> $items[$i]->{'paidfor'}<br>
 <b>Notes:</b> $items[$i]->{'itemnotes'}<br>
 <b>Renewals:</b> $items[$i]->{'renewals'}<br>
-<b><a href=/cgi-bin/koha/acqui/acquire.pl?recieve=$ordernum&biblio=$bib&invoice=$order->{'booksellerinvoicenumber'}&catview=yes>Accession</a> Date: $items[$i]->{'dateaccessioned'}<br>
+<b><a href=/cgi-bin/koha/acqui/orderreceive.pl?recieve=$ordernum&biblio=$bib&invoice=$order->{'booksellerinvoicenumber'}&catview=yes>Accession</a> Date: $items[$i]->{'dateaccessioned'}<br>
 printend
 ;
 if ($items[$i]->{'wthdrawn'} eq '1'){





More information about the Koha-cvs mailing list