Revision 9ac80938
Von Sven Schöling vor mehr als 10 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
}
|
||
}
|
||
|
||
my $parts = SL::DB::Manager::Part->get_all(query => [ id => \@part_ids ]);
|
||
my %parts_by_id = map { $_->id => $_ } @$parts;
|
||
|
||
for my $i (1..$rowcount) {
|
||
my $id = $form->{"${prefix}${i}"};
|
||
next unless $id;
|
||
|
||
push @{ $form->{TEMPLATE_ARRAYS}{part_type} }, $parts_by_id{$id}->type;
|
||
}
|
||
|
||
$main::lxdebug->leave_sub();
|
||
}
|
||
|
Auch abrufbar als: Unified diff
Im Druck auch den Typ von Artikeln mit ausliefern