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:
0f33c88
)
Bereits gelieferte Menge etwas netter formatieren.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 10 Jun 2008 15:37:07 +0000
(15:37 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 10 Jun 2008 15:37:07 +0000
(15:37 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
f5e3fdc
..
236bd18
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-255,7
+255,8
@@
sub display_row {
if $form->{"formel_$i"};
$column_data{ship} = !$form->{"id_$i"} ? '' : $form->format_amount_units('amount' => $form->{"ship_$i"} * 1,
'part_unit' => $form->{"partunit_$i"},
- 'max_places' => 2,);
+ 'conv_units' => 'convertible_not_smaller',
+ 'max_places' => 2);
# build in drop down list for pricesgroups
if ($form->{"prices_$i"}) {