From: Sven Schöling Date: Fri, 1 Feb 2013 15:04:27 +0000 (+0100) Subject: Sortindicator für SellPriceInformation X-Git-Tag: release-3.1.0beta1~646^2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=2814ad865aafd6aa074d8a9ce658bd93331fbc1c;p=kivitendo-erp.git Sortindicator für SellPriceInformation --- diff --git a/SL/Controller/SellPriceInformation.pm b/SL/Controller/SellPriceInformation.pm index bf85c8634..e44478a59 100644 --- a/SL/Controller/SellPriceInformation.pm +++ b/SL/Controller/SellPriceInformation.pm @@ -115,7 +115,7 @@ sub prepare_report { $report->set_columns(%$column_defs); $report->set_column_order(@columns); $report->set_options(allow_pdf_export => 0, allow_csv_export => 0); - $report->set_sort_indicator(%params); + $report->set_sort_indicator($self->{sort_by}, $self->{sort_dir}); $report->set_export_options(@{ $params{report_generator_export_options} || [] }); $report->set_options( %{ $params{report_generator_options} || {} },