Revision ac06e257
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
SL/AP.pm | ||
---|---|---|
702 | 702 |
my $sortdir = !defined $form->{sortdir} ? 'ASC' : $form->{sortdir} ? 'ASC' : 'DESC'; |
703 | 703 |
my $sortorder = join(', ', map { "$_ $sortdir" } @a); |
704 | 704 |
|
705 |
if (grep({ $_ eq $form->{sort} } qw(transdate id invnumber ordnumber name netamount tax amount paid datepaid due duedate notes employee transaction_description direct_debit department))) { |
|
705 |
if (grep({ $_ eq $form->{sort} } qw(transdate id invnumber ordnumber name netamount tax amount paid datepaid due duedate notes employee transaction_description direct_debit department taxzone))) {
|
|
706 | 706 |
$sortorder = $form->{sort} . " $sortdir"; |
707 | 707 |
} |
708 | 708 |
|
Auch abrufbar als: Unified diff
Rechnungsbericht VK und EK nach Steuerzone sortieren können