summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
fe3df36)
BTW. kommt die qw-Konstruktion noch zwei weitere Male in dem
Modul vor. Muss das auch angepasst werden?
$sameitem = $item->[1];
map { push(@{ $form->{$_} }, "") }
$sameitem = $item->[1];
map { push(@{ $form->{$_} }, "") }
- qw(runningnumber number qty ship unit bin partnotes serialnumber reqdate sellprice listprice netprice discount linetotal);
+ qw(runningnumber number qty ship unit bin partnotes
+ serialnumber reqdate sellprice listprice netprice
+ discount pdiscountlinetotal);
}
$form->{"qty_$i"} = $form->parse_amount($myconfig, $form->{"qty_$i"});
}
$form->{"qty_$i"} = $form->parse_amount($myconfig, $form->{"qty_$i"});