[Koha-cvs] koha/catalogue moredetail.pl

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


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

Modified files:
	catalogue      : moredetail.pl 

Log message:
	modify input parameters for GetOrder.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/catalogue/moredetail.pl?cvsroot=koha&r1=1.2&r2=1.3

Patches:
Index: moredetail.pl
===================================================================
RCS file: /sources/koha/koha/catalogue/moredetail.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- moredetail.pl	21 Jul 2006 10:12:37 -0000	1.2
+++ moredetail.pl	28 Jul 2006 13:20:27 -0000	1.3
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 # NOTE: Use standard 8-space tabs for this file (indents are 4 spaces)
 
-# $Id: moredetail.pl,v 1.2 2006/07/21 10:12:37 toins Exp $
+# $Id: moredetail.pl,v 1.3 2006/07/28 13:20:27 toins Exp $
 
 # Copyright 2000-2003 Katipo Communications
 #
@@ -71,7 +71,7 @@
 my (@items)=itemissues($bi);
 my $count=@items;
 $data->{'count'}=$count;
-my ($order,$ordernum)=GetOrder($bi,$biblionumber);
+my ($order,$ordernum)=GetOrder($biblionumber,$bi);
 
 my $env;
 $env->{itemcount}=1;





More information about the Koha-cvs mailing list