Revision ff668096
Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
1304 | 1304 |
|
1305 | 1305 |
$report->set_export_options('generate_trial_balance', @hidden_variables); |
1306 | 1306 |
|
1307 |
$report->set_sort_indicator($form->{sort}, 1); |
|
1308 |
|
|
1309 | 1307 |
my @options; |
1310 | 1308 |
|
1311 | 1309 |
|
... | ... | |
1465 | 1463 |
|
1466 | 1464 |
$report->set_export_options($action, @hidden_variables); |
1467 | 1465 |
|
1468 |
$report->set_sort_indicator('accno', 1); |
|
1469 |
|
|
1470 | 1466 |
my @totals_columns = qw(credit debit begbalance endbalance); |
1471 | 1467 |
my %subtotals = map { $_ => 0 } @totals_columns; |
1472 | 1468 |
my %totals = map { $_ => 0 } @totals_columns; |
Auch abrufbar als: Unified diff
Keine Sortierungsmarker anzeigen, wenn man die Sortierung nicht ändern kann.