Revision 2814ad86
Von Sven Schöling vor fast 12 Jahren hinzugefügt
SL/Controller/SellPriceInformation.pm | ||
---|---|---|
115 | 115 |
$report->set_columns(%$column_defs); |
116 | 116 |
$report->set_column_order(@columns); |
117 | 117 |
$report->set_options(allow_pdf_export => 0, allow_csv_export => 0); |
118 |
$report->set_sort_indicator(%params);
|
|
118 |
$report->set_sort_indicator($self->{sort_by}, $self->{sort_dir});
|
|
119 | 119 |
$report->set_export_options(@{ $params{report_generator_export_options} || [] }); |
120 | 120 |
$report->set_options( |
121 | 121 |
%{ $params{report_generator_options} || {} }, |
Auch abrufbar als: Unified diff
Sortindicator für SellPriceInformation