X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/eefbbed35a09fbca6ad638e0e52f03f750c7e442..d7f3d531eb80c72495f2491764fab2b74db4eb35:/SL/VK.pm diff --git a/SL/VK.pm b/SL/VK.pm index 1dcf44a7d..5a3db9cdc 100644 --- a/SL/VK.pm +++ b/SL/VK.pm @@ -85,7 +85,7 @@ sub invoice_transactions { $where .= " AND i.assemblyitem is not true "; # filter allowed parameters for mainsort and subsort as passed by POST - my @databasefields = qw(description customername country partsgroup business salesman month); + my @databasefields = qw(description customername country partsgroup business salesman month shipvia); my ($mainsort) = grep { /^$form->{mainsort}$/ } @databasefields; my ($subsort) = grep { /^$form->{subsort}$/ } @databasefields; die "illegal parameter for mainsort or subsort" unless $mainsort and $subsort;