projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0c6c81
)
Drucken: beim Umformatieren für anderes Zahlenformat Array 'payment' berücksichtigen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 12 Nov 2012 13:56:55 +0000
(14:56 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 12 Nov 2012 14:49:36 +0000
(15:49 +0100)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
37df554
..
60a535f
100644
(file)
--- 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,