summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
d3a590d)
Fix für Bug 987 (mal wieder).
#$form->{sellprice} = 0;
$form->{weight} = 0;
map { $form->{$_} = $form->parse_amount(\%myconfig, $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);
@flds =
qw(id qty unit bom partnumber description sellprice weight runningnumber partsgroup lastcost);