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/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/ee7454765fe538049c15e39c1f58304a4c569ea8?ds=sidebyside;hp=-c GetModels-Filtered: CVars: Überflüssige Umwandlung entfernt --- ee7454765fe538049c15e39c1f58304a4c569ea8 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(