Revision 67f4335c
Von Jan Büren vor mehr als 1 Jahr hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
2107 | 2107 |
|
2108 | 2108 |
if (exists $::form->{only_items}) { |
2109 | 2109 |
my @wanted_indexes = sort { $a <=> $b } map { $_ - 1 } split(",", $::form->{only_items} // ""); |
2110 |
my @items = $order->items;
|
|
2110 |
my @items = @{ $order->items_sorted };
|
|
2111 | 2111 |
@items = @items[@wanted_indexes]; |
2112 | 2112 |
$order->items(\@items); |
2113 | 2113 |
} |
Auch abrufbar als: Unified diff
Wf EK-Auftrag->EK->LS: sortierte orderitems holen => weniger Zufall