X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/8688e71eb56abdd9641f07a47135bb02841607fb..7b2d21f4b1f77c5de36a43f1a8a338c09caacc7b:/SL/CVar.pm diff --git a/SL/CVar.pm b/SL/CVar.pm index 80379582b..f5a84c601 100644 --- a/SL/CVar.pm +++ b/SL/CVar.pm @@ -524,7 +524,7 @@ sub get_field_format_list { foreach my $config (@{ $configs }) { my $name = "$params{prefix}cvar_$config->{name}"; - $main::lxdebug->message(0, "name $name"); + if ($config->{type} eq 'date') { push @{ $date_fields }, $name;