From: Moritz Bunkus Date: Wed, 16 May 2007 15:30:34 +0000 (+0000) Subject: Weitere potenzielle Zahlen im Ausgabeformat umformatieren. Fix für Bug 596. X-Git-Tag: release-2.4.3^2~294 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=6da3168ce803179fa7ba5540be7547432ea784cf;p=kivitendo-erp.git Weitere potenzielle Zahlen im Ausgabeformat umformatieren. Fix für Bug 596. --- 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})));