Revision d22921fe
Von Jan Büren vor mehr als 4 Jahren hinzugefügt
SL/VK.pm | ||
---|---|---|
85 | 85 |
$where .= " AND i.assemblyitem is not true "; |
86 | 86 |
|
87 | 87 |
# filter allowed parameters for mainsort and subsort as passed by POST |
88 |
my @databasefields = qw(description customername country partsgroup business salesman month); |
|
88 |
my @databasefields = qw(description customername country partsgroup business salesman month shipvia);
|
|
89 | 89 |
my ($mainsort) = grep { /^$form->{mainsort}$/ } @databasefields; |
90 | 90 |
my ($subsort) = grep { /^$form->{subsort}$/ } @databasefields; |
91 | 91 |
die "illegal parameter for mainsort or subsort" unless $mainsort and $subsort; |
Auch abrufbar als: Unified diff
VK-Bericht: Transportmittel als Hauptsortierung