]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/do.pl
parse/format-Fehler bei Rabatten behoben
[mfinanz.git] / bin / mozilla / do.pl
index 67819fbc90b2f214f6f58fe8a8ba119dca36efb1..7e8eabb88b9aa3f81e4735f0cd06eca1d68365ed 100644 (file)
@@ -453,6 +453,7 @@ sub update_delivery_order {
         $form->{"sellprice_$i"}          = $form->format_amount(\%myconfig, $form->{"sellprice_$i"});
         $form->{"lastcost_$i"}           = $form->format_amount(\%myconfig, $form->{"lastcost_$i"});
         $form->{"qty_$i"}                = $form->format_amount(\%myconfig, $form->{"qty_$i"});
+        $form->{"discount_$i"}           = $form->format_amount(\%myconfig, $form->{"discount_$i"} * 100.0);
       }
 
       display_form();