projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24119b6
)
Debugcode
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 11 Jan 2008 15:38:28 +0000
(15:38 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 11 Jan 2008 15:38:28 +0000
(15:38 +0000)
SL/CVar.pm
patch
|
blob
|
history
diff --git
a/SL/CVar.pm
b/SL/CVar.pm
index
8037958
..
f5a84c6
100644
(file)
--- 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;