Revision 6078d376
Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
553 | 553 |
my %price_factors = map { $_->{id} => $_->{factor} } @{ $form->{ALL_PRICE_FACTORS} }; |
554 | 554 |
my $price_factor; |
555 | 555 |
|
556 |
$form->{amount} = {}; |
|
556 | 557 |
$form->{amount_cogs} = {}; |
557 | 558 |
|
558 | 559 |
foreach my $i (1 .. $form->{rowcount}) { |
Auch abrufbar als: Unified diff
Hash initialisieren.