X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/49c04489dcf70d1e4dcd7d7a47c3de89e259cad0..e851ae005e79c4d8046d59be4191e241439e312a:/bin/mozilla/ic.pl diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index e0d59d7d7..87c4f0177 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -1699,6 +1699,9 @@ sub assembly_row { sub update { $lxdebug->enter_sub(); + # parse pricegroups. and no, don't rely on check_form for this... + map { $form->{"price_$_"} = $form->parse_amount(\%myconfig, $form->{"price_$_"}) } 1 .. $form->{price_rows}; + if ($form->{item} eq "assembly") { my $i = $form->{assembly_rows};