Revision f3d92ecc
Von Sven Schöling vor fast 16 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
#$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);
|
Auch abrufbar als: Unified diff
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).