Wenn man die neuerstellung einer Variable rausnimmt, muss man auch dafür sorgen,...
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 27 May 2009 13:08:54 +0000 (13:08 +0000)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 27 May 2009 13:08:54 +0000 (13:08 +0000)
Fix für Bug 987 (mal wieder).

bin/mozilla/io.pl

index 63d6b45..f860484 100644 (file)
@@ -693,7 +693,7 @@ sub check_form {
     #$form->{sellprice} = 0;
     $form->{weight}    = 0;
     map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) }
-      qw(listprice rop stock);
+      qw(listprice sellprice rop stock);
 
     @flds =
       qw(id qty unit bom partnumber description sellprice weight runningnumber partsgroup lastcost);