From: Moritz Bunkus Date: Tue, 10 Jun 2008 15:37:07 +0000 (+0000) Subject: Bereits gelieferte Menge etwas netter formatieren. X-Git-Tag: release-2.6.0beta1~139 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=9ed219326c93dba30f4170ed5ac174f195c7c173;p=kivitendo-erp.git Bereits gelieferte Menge etwas netter formatieren. --- diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index f5e3fdc81..236bd186b 100644 --- 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"}) {