fines management (bugfixes & minor improvement)
[koha.git] / members / pay.pl
index a3a2f0a..88f56ec 100755 (executable)
@@ -51,7 +51,6 @@ my $user = $input->remote_user;
 
 # get account details
 my $branches = GetBranches();
-my $printers = GetPrinters();
 my $branch   = GetBranch( $input, $branches );
 
 my @names = $input->param;
@@ -91,8 +90,6 @@ if ( $check == 0 ) {
 
     my ( $total, $accts, $numaccts) = GetMemberAccountRecords( $borrowernumber );
 
-#       creation d'une fonction qui va nous retourner le notify_id dans un tableau
-
     my @allfile;
     my @notify = NumberNotifyId($borrowernumber);
 
@@ -132,7 +129,6 @@ if ( $check == 0 ) {
             'total'    => $totalnotify
           };
     }
-
     $template->param(
         allfile        => \@allfile,
         firstname      => $data->{'firstname'},