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

Antoine Farnault antoine at koha-fr.org
Fri Jul 28 15:19:27 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	06/07/28 13:19:27

Modified files:
	opac           : opac-moredetail.pl 

Log message:
	modify input parameter for GetOrder function.

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

Patches:
Index: opac-moredetail.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-moredetail.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- opac-moredetail.pl	21 Jul 2006 09:52:34 -0000	1.7
+++ opac-moredetail.pl	28 Jul 2006 13:19:27 -0000	1.8
@@ -38,7 +38,7 @@
 my $data=bibitemdata($bi);
 
 my (@items)=itemissues($bi);
-my ($order,$ordernum)=GetOrder($bi,$bib);
+my ($order,$ordernum)=GetOrder($bib,$bi);
 #print @items;
 my $count=@items;
 





More information about the Koha-cvs mailing list