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:
8e20658
)
Einheiten bearbeiten: Faktoren nicht forciert mit fünf Stellen anzeigen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 15 Feb 2007 12:28:27 +0000
(12:28 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 15 Feb 2007 12:28:27 +0000
(12:28 +0000)
bin/mozilla/am.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/am.pl
b/bin/mozilla/am.pl
index
27ab18b
..
27ccd06
100644
(file)
--- a/
bin/mozilla/am.pl
+++ b/
bin/mozilla/am.pl
@@
-3673,7
+3673,7
@@
sub edit_units {
}
my $i = 1;
foreach (@unit_list) {
- $_->{"factor"} = $form->format_amount(\%myconfig, $_->{"factor"}
, 5
) if ($_->{"factor"});
+ $_->{"factor"} = $form->format_amount(\%myconfig, $_->{"factor"}
* 1
) if ($_->{"factor"});
$_->{"UNITLANGUAGES"} = [];
foreach my $lang (@languages) {
push(@{ $_->{"UNITLANGUAGES"} },