X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5527271d5b92f6472b855b547de7e353b1fc9236..2a61343ffdeee475d57c355d00955ff8f1937aef:/bin/mozilla/is.pl diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index f6cd5e7ac..ecc5f5577 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -547,7 +547,10 @@ sub update { } if ($rows) { - $form->{"qty_$i"} = ($form->{"qty_$i"} * 1) ? $form->{"qty_$i"} : 1; + $form->{"qty_$i"} = $form->parse_amount(\%myconfig, $form->{"qty_$i"}); + if( !$form->{"qty_$i"} ) { + $form->{"qty_$i"} = 1; + } if ($rows > 1) {