X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fct.pl;h=77770d8b8f22a79885163301c0035cd0f87ccf8c;hb=48c71a4b51f5359a7ab7e9bc51280baf9bc9b9b2;hp=11c81ee0daea1eb97936c1b79ce81c61624cbce0;hpb=41a1b8012b5abc8c81acd4ae800dd7573df02a40;p=kivitendo-erp.git diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index 11c81ee0d..77770d8b8 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -229,6 +229,8 @@ sub list_names { addr_city addr_country addr_gln business_id salesman_id insertdateto insertdatefrom all ), "$form->{db}number", map({ "cvar_$_->{name}" } @searchable_custom_variables), + map({'cvar_'. $_->{name} .'_from'} grep({$_->{type} eq 'date'} @searchable_custom_variables)), + map({'cvar_'. $_->{name} .'_to'} grep({$_->{type} eq 'date'} @searchable_custom_variables)), map({'cvar_'. $_->{name} .'_qtyop'} grep({$_->{type} eq 'number'} @searchable_custom_variables)), map({ "l_$_" } @columns), );