From: Sven Schöling Date: Wed, 27 May 2009 13:08:54 +0000 (+0000) Subject: Wenn man die neuerstellung einer Variable rausnimmt, muss man auch dafür sorgen,... X-Git-Tag: release-2.6.0~25 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f3d92ecc96f4cca27c79b1d60fbbccde1ce8d7c0;p=kivitendo-erp.git Wenn man die neuerstellung einer Variable rausnimmt, muss man auch dafür sorgen, dass der vorherige Inhalt stimmt. :) Fix für Bug 987 (mal wieder). --- diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 63d6b454d..f860484ac 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -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);