subs renamed according to coding guidelines.
authortoins <toins>
Fri, 21 Jul 2006 09:57:30 +0000 (09:57 +0000)
committertoins <toins>
Fri, 21 Jul 2006 09:57:30 +0000 (09:57 +0000)
members/memberentry.pl
members/pay.pl

index 6dea08c..ca34e0d 100755 (executable)
@@ -354,7 +354,7 @@ if ($delete){
        my @branches;
        my @select_branch;
        my %select_branches;
-       my $branches=getbranches('IS');
+       my $branches=GetBranches('IS');
        my $default;
        # -----------------------------------------------------
        #  the value of ip from the branches hash table
index 7aedff9..2b4c442 100755 (executable)
@@ -48,7 +48,7 @@ my $user=$input->remote_user;
 # get account details
 my %bor;
 $bor{'borrowernumber'}=$bornum;
-my $branches = getbranches();
+my $branches = GetBranches();
 my $printers = getprinters();
 my $branch = getbranch($input, $branches);