From: Moritz Bunkus Date: Tue, 17 Feb 2015 14:18:59 +0000 (+0100) Subject: GetModels-Filtered: CVars: Überflüssige Umwandlung entfernt X-Git-Tag: release-3.2.1~51^2~6 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ee7454765fe538049c15e39c1f58304a4c569ea8;p=kivitendo-erp.git GetModels-Filtered: CVars: Überflüssige Umwandlung entfernt --- diff --git a/SL/DB/Helper/CustomVariables.pm b/SL/DB/Helper/CustomVariables.pm index 2810c5099..fef521cfa 100644 --- a/SL/DB/Helper/CustomVariables.pm +++ b/SL/DB/Helper/CustomVariables.pm @@ -295,7 +295,6 @@ sub make_cvar_custom_filter { my $conversion = $config->type =~ m{^(?:date|timestamp)$} ? $config->type : $config->type =~ m{^(?:customer|vendor|part)$} ? 'integer' : $config->type eq 'number' ? 'numeric' - # : $config->type eq 'bool' ? 'boolean' : ''; ($query{config}, $bind_vals{config}) = Rose::DB::Object::QueryBuilder::build_select(