]> wagnertech.de Git - mfinanz.git/blobdiff - SL/IC.pm
Das Feld Einlagern unter Erzeugnis erfassen hat derzeit keine Funktion - Laut Holger...
[mfinanz.git] / SL / IC.pm
index a643557d7267d5e1da6f9b2684ab5cdf1c4c4285..6fa45dc10a7a37491ca2b8f00102e1e6e4d8261d 100644 (file)
--- 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;