Weitere potenzielle Zahlen im Ausgabeformat umformatieren. Fix für Bug 596.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 16 May 2007 15:30:34 +0000 (15:30 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 16 May 2007 15:30:34 +0000 (15:30 +0000)
bin/mozilla/io.pl

index a1a9c4d..49b1494 100644 (file)
@@ -1704,13 +1704,16 @@ sub print_form {
   reformat_numbers($output_numberformat, 2,
                    qw(invtotal ordtotal quototal subtotal linetotal
                       listprice sellprice netprice discount
-                      tax taxbase),
+                      tax taxbase total paid),
                    grep({ /^linetotal_\d+$/ ||
                             /^listprice_\d+$/ ||
                             /^sellprice_\d+$/ ||
                             /^netprice_\d+$/ ||
                             /^taxbase_\d+$/ ||
                             /^discount_\d+$/ ||
+                            /^paid_\d+$/ ||
+                            /^subtotal_\d+$/ ||
+                            /^total_\d+$/ ||
                             /^tax_\d+$/
                         } keys(%{$form})));