X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fct.pl;h=77770d8b8f22a79885163301c0035cd0f87ccf8c;hb=c9076c9e1e403757845b551ee6fbc21ff2f18762;hp=11c81ee0daea1eb97936c1b79ce81c61624cbce0;hpb=d6e243337926ac423cf4a87cd6c39f0fc827e533;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), );