Revision 64ed077b
Von Tamino Steinert vor 8 Monaten hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
1231 | 1231 |
'items' => { 'text' => $locale->text('Positions'), }, |
1232 | 1232 |
); |
1233 | 1233 |
|
1234 |
foreach my $name (qw(id transdate duedate invnumber ordnumber name datepaid employee shippingpoint shipvia transaction_description direct_debit department taxzone insertdate)) {
|
|
1234 |
foreach my $name (qw(id transdate duedate invnumber ordnumber name datepaid employee shipvia transaction_description direct_debit department taxzone insertdate)) { |
|
1235 | 1235 |
my $sortdir = $form->{sort} eq $name ? 1 - $form->{sortdir} : $form->{sortdir}; |
1236 | 1236 |
$column_defs{$name}->{link} = $href . "&sort=$name&sortdir=$sortdir"; |
1237 | 1237 |
} |
Auch abrufbar als: Unified diff
FIX: EK/Kredit.-Bericht Sortierung nach Erstellungsdatum