Revision 1557e88c
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
| SL/Controller/Part.pm | ||
|---|---|---|
|     @{$::form->{variants}};
 | ||
|  | ||
|   my @to_sort = map { { old_pos => $variant_id_to_position{$_->id}, order_by => $method->($_) } } @items;
 | ||
|   if ($::form->{order_by} =~ /^(listpirce|sellprice|lastcost|onhand|rop)$/ ||
 | ||
|   if ($::form->{order_by} =~ /^(listprice|sellprice|lastcost|onhand|rop)$/ ||
 | ||
|       $::form->{order_by} =~ /^variant_property_/) {
 | ||
|     if ($::form->{sort_dir}) {
 | ||
|       @to_sort = sort { $a->{order_by} <=> $b->{order_by} } @to_sort;
 | ||
Auch abrufbar als: Unified diff
Varianten: FIX: typo