Revision 87c46045
Von Moritz Bunkus vor mehr als 12 Jahren hinzugefügt
SL/CT.pm | ||
---|---|---|
1171 | 1171 |
'vcnumber' => 'vcnumber, cp_name, cp_givenname', |
1172 | 1172 |
); |
1173 | 1173 |
|
1174 |
my %sortcols = map { $_ => 1 } qw(cp_name cp_givenname cp_phone1 cp_phone2 cp_mobile1 cp_email vcname vcnumber); |
|
1174 |
my %sortcols = map { $_ => 1 } qw(cp_name cp_givenname cp_phone1 cp_phone2 cp_mobile1 cp_email cp_street cp_zipcode cp_city vcname vcnumber);
|
|
1175 | 1175 |
|
1176 | 1176 |
my $order_by = $sortcols{$::form->{sort}} ? $::form->{sort} : 'cp_name'; |
1177 | 1177 |
$::form->{sort} = $order_by; |
Auch abrufbar als: Unified diff
Ansprechpersonensuche um PLZ, Ort ergänzt
Und nach Straße, PLZ, Ort sortierbar gemacht