]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/is.pl
is form_footer: Fixes, Hooks und hiddens.
[mfinanz.git] / bin / mozilla / is.pl
index 5dc3b1a1f8e4b74e9e85cc9d7ea87eb75a936e5d..5708ac40772ec868c941e57a557ca15f422ebf50 100644 (file)
@@ -437,14 +437,8 @@ sub form_footer {
 
     # format amounts
     $totalpaid += $form->{"paid_$i"};
-    if ($form->{"paid_$i"}) {
-      $form->{"paid_$i"} = $form->format_amount(\%myconfig, $form->{"paid_$i"}, 2);
-    }
-    $form->{"exchangerate_$i"} = $form->format_amount(\%myconfig, $form->{"exchangerate_$i"});
-    $form->{"exchangerate_$i"} ||= "";
   }
 
-
   $form->{print_options} = print_options(inline => 1);
 
   print $form->parse_html_template('is/form_footer');