X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/77923db35bd792bcc4a5581a4f01e8d3599b0153..f5e4c22be81f5deb2affdb09b1524f9e9890498b:/bin/mozilla/oe.pl diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 40eecc388..54596337a 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -1686,6 +1686,8 @@ sub orders { $report->set_export_options('orders', @hidden_variables); + $report->set_sort_indicator($form->{sort}, 1); + my @options; if ($form->{customer}) { push @options, $locale->text('Customer') . " : $form->{customer}";