[Koha-cvs] koha/catalogue moredetail.pl

Antoine Farnault antoine at koha-fr.org
Fri Jul 21 12:12:37 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	06/07/21 10:12:37

Modified files:
	catalogue      : moredetail.pl 

Log message:
	subs renamed according to coding guidelines.

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

Patches:
Index: moredetail.pl
===================================================================
RCS file: /sources/koha/koha/catalogue/moredetail.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- moredetail.pl	17 Jan 2006 16:49:23 -0000	1.1
+++ moredetail.pl	21 Jul 2006 10:12:37 -0000	1.2
@@ -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.1 2006/01/17 16:49:23 tipaul Exp $
+# $Id: moredetail.pl,v 1.2 2006/07/21 10:12:37 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($bi,$biblionumber);
 
 my $env;
 $env->{itemcount}=1;





More information about the Koha-cvs mailing list