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