Revision f3d92ecc
Von Sven Schöling vor mehr als 15 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
693 | 693 |
#$form->{sellprice} = 0; |
694 | 694 |
$form->{weight} = 0; |
695 | 695 |
map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) } |
696 |
qw(listprice rop stock); |
|
696 |
qw(listprice sellprice rop stock);
|
|
697 | 697 |
|
698 | 698 |
@flds = |
699 | 699 |
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).