From ee7454765fe538049c15e39c1f58304a4c569ea8 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 17 Feb 2015 15:18:59 +0100 Subject: [PATCH] =?utf8?q?GetModels-Filtered:=20CVars:=20=C3=9Cberfl=C3=BC?= =?utf8?q?ssige=20Umwandlung=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/DB/Helper/CustomVariables.pm | 1 - 1 file changed, 1 deletion(-) 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( -- 2.20.1