[Koha-cvs] koha/members moremember.pl [rel_3_0]

Bruno Toumi btoumi at ouestprovence.fr
Fri Dec 15 18:38:43 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Bruno Toumi <btoumi>	06/12/15 17:38:43

Modified files:
	members        : moremember.pl 

Log message:
	bug fix :modify wrong call of GetBranchName function

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/members/moremember.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.28.2.16&r2=1.28.2.17

Patches:
Index: moremember.pl
===================================================================
RCS file: /sources/koha/koha/members/moremember.pl,v
retrieving revision 1.28.2.16
retrieving revision 1.28.2.17
diff -u -b -r1.28.2.16 -r1.28.2.17
--- moremember.pl	14 Dec 2006 15:41:54 -0000	1.28.2.16
+++ moremember.pl	15 Dec 2006 17:38:43 -0000	1.28.2.17
@@ -17,7 +17,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: moremember.pl,v 1.28.2.16 2006/12/14 15:41:54 toins Exp $
+# $Id: moremember.pl,v 1.28.2.17 2006/12/15 17:38:43 btoumi Exp $
 
 =head1 moremember.pl
 
@@ -75,7 +75,6 @@
         debug           => 1,
     }
 );
-
 my $borrowernumber = $input->param('borrowernumber');
 
 #start the page and read in includes
@@ -311,7 +310,7 @@
         {
             $getreserv{nottransfered}   = 1;
             $getreserv{nottransferedby} =
-              getbranchname( $getiteminfo->{'holdingbranch'} );
+              GetBranchName( $getiteminfo->{'holdingbranch'} );
         }
 
 # 		if we don't have a reserv on item, we put the biblio infos and the waiting position





More information about the Koha-cvs mailing list