X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e1bfe807386b7db40e635ef363de854a42d541a2..550a75a67c8cd48abdb0e92dc4b2f49c6a1d0879:/SL/IC.pm diff --git a/SL/IC.pm b/SL/IC.pm index a643557d7..6fa45dc10 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -299,7 +299,7 @@ sub save { # undo amount formatting map { $form->{$_} = $form->parse_amount($myconfig, $form->{$_}) } - qw(rop weight listprice sellprice gv lastcost stock); + qw(rop weight listprice sellprice gv lastcost); my $makemodel = (($form->{make_1}) || ($form->{model_1})) ? 1 : 0;