[Koha-cvs] koha/reports issues_by_borrower_category.plugin... [rel_3_0]

Bruno Toumi btoumi at ouestprovence.fr
Thu Aug 31 15:15:07 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Bruno Toumi <btoumi>	06/08/31 13:15:06

Modified files:
	reports        : issues_by_borrower_category.plugin 
	                 itemtypes.plugin 

Log message:
	bug fix : modify function name 
	getbranches => GetBranches

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/reports/issues_by_borrower_category.plugin?cvsroot=koha&only_with_tag=rel_3_0&r1=1.4&r2=1.4.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/reports/itemtypes.plugin?cvsroot=koha&only_with_tag=rel_3_0&r1=1.3&r2=1.3.2.1

Patches:
Index: issues_by_borrower_category.plugin
===================================================================
RCS file: /sources/koha/koha/reports/issues_by_borrower_category.plugin,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -b -r1.4 -r1.4.2.1
--- issues_by_borrower_category.plugin	26 Oct 2005 09:13:37 -0000	1.4
+++ issues_by_borrower_category.plugin	31 Aug 2006 13:15:06 -0000	1.4.2.1
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: issues_by_borrower_category.plugin,v 1.4 2005/10/26 09:13:37 tipaul Exp $
+# $Id: issues_by_borrower_category.plugin,v 1.4.2.1 2006/08/31 13:15:06 btoumi Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -63,7 +63,7 @@
 sub set_parameters {
 	my ($template) = @_;
 	my $dbh = C4::Context->dbh;
-	my $branches=getbranches();
+	my $branches=GetBranches();
 	my @branches;
 	my @select_branch;
 	my %select_branches;

Index: itemtypes.plugin
===================================================================
RCS file: /sources/koha/koha/reports/itemtypes.plugin,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -b -r1.3 -r1.3.2.1
--- itemtypes.plugin	30 Aug 2005 02:05:55 -0000	1.3
+++ itemtypes.plugin	31 Aug 2006 13:15:06 -0000	1.3.2.1
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: itemtypes.plugin,v 1.3 2005/08/30 02:05:55 rangi Exp $
+# $Id: itemtypes.plugin,v 1.3.2.1 2006/08/31 13:15:06 btoumi Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -35,7 +35,7 @@
 sub set_parameters {
 	my ($template) = @_;
 	my $dbh = C4::Context->dbh;
-	my $branches=getbranches();
+	my $branches=GetBranches();
 	my @branches;
 	my @select_branch;
 	my %select_branches;





More information about the Koha-cvs mailing list