From f3d92ecc96f4cca27c79b1d60fbbccde1ce8d7c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 27 May 2009 13:08:54 +0000 Subject: [PATCH] =?utf8?q?Wenn=20man=20die=20neuerstellung=20einer=20Varia?= =?utf8?q?ble=20rausnimmt,=20muss=20man=20auch=20daf=C3=BCr=20sorgen,=20da?= =?utf8?q?ss=20der=20vorherige=20Inhalt=20stimmt.=20:)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix für Bug 987 (mal wieder). --- bin/mozilla/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1