From: Sven Schöling Date: Fri, 22 Jan 2010 16:03:28 +0000 (+0100) Subject: regression beim laden von positionen belegen -> qty auf 1 funktionierte nicht. X-Git-Tag: release-2.6.1beta1~44^2~12^2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=b71b35308c2f7c628666e4a69e6c3b90cefc5ed0;p=kivitendo-erp.git regression beim laden von positionen belegen -> qty auf 1 funktionierte nicht. --- diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index da09648ca..fd019eedc 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -558,7 +558,7 @@ sub update { $form->{"discount_$i"} = $form->format_amount(\%myconfig, $form->{"$form->{vc}_discount"} * 100); if ($rows) { - $form->{"qty_$i"} = 1 unless ($form->{"qty_$i"}); + $form->{"qty_$i"} = 1 unless ($form->parse_amount(\%myconfig, $form->{"qty_$i"})); if ($rows > 1) {