From 7fa6b0a8613106e977a480fdfe7d933af2fa2e21 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 12 Nov 2012 14:56:55 +0100 Subject: [PATCH] =?utf8?q?Drucken:=20beim=20Umformatieren=20f=C3=BCr=20and?= =?utf8?q?eres=20Zahlenformat=20Array=20'payment'=20ber=C3=BCcksichtigen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 37df55461..60a535f36 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1470,7 +1470,7 @@ sub print_form { reformat_numbers($output_numberformat, 2, qw(invtotal ordtotal quototal subtotal linetotal listprice sellprice netprice discount - tax taxbase total paid), + tax taxbase total paid payment), grep({ /^(?:linetotal|nodiscount_linetotal|listprice|sellprice|netprice|taxbase|discount|p_discount|discount_sub|nodiscount_sub|paid|subtotal|total|tax)_\d+$/ } keys(%{$form}))); reformat_numbers($output_numberformat, undef, -- 2.20.1