projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66280da
)
Keine Sortierungsmarker anzeigen, wenn man die Sortierung nicht ändern kann.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 5 May 2009 09:00:07 +0000
(09:00 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 5 May 2009 09:00:07 +0000
(09:00 +0000)
bin/mozilla/rp.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/rp.pl
b/bin/mozilla/rp.pl
index
a540f64
..
9441065
100644
(file)
--- a/
bin/mozilla/rp.pl
+++ b/
bin/mozilla/rp.pl
@@
-1304,8
+1304,6
@@
sub generate_trial_balance {
$report->set_export_options('generate_trial_balance', @hidden_variables);
- $report->set_sort_indicator($form->{sort}, 1);
-
my @options;
@@
-1465,8
+1463,6
@@
sub list_accounts {
$report->set_export_options($action, @hidden_variables);
- $report->set_sort_indicator('accno', 1);
-
my @totals_columns = qw(credit debit begbalance endbalance);
my %subtotals = map { $_ => 0 } @totals_columns;
my %totals = map { $_ => 0 } @totals_columns;