From 6da3168ce803179fa7ba5540be7547432ea784cf Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 16 May 2007 15:30:34 +0000 Subject: [PATCH] =?utf8?q?Weitere=20potenzielle=20Zahlen=20im=20Ausgabefor?= =?utf8?q?mat=20umformatieren.=20Fix=20f=C3=BCr=20Bug=20596.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/io.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index a1a9c4da0..49b149462 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -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}))); -- 2.20.1