X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/37ff0a6b1b9bab9d12a6e92373764d0ff6b4de03..55872fd8048745f35fb1f5f48aae2bda20e324ca:/SL/DB/CustomVariable.pm diff --git a/SL/DB/CustomVariable.pm b/SL/DB/CustomVariable.pm index 3adbab2a9..3f894cd01 100644 --- a/SL/DB/CustomVariable.pm +++ b/SL/DB/CustomVariable.pm @@ -38,7 +38,7 @@ sub parse_value { } if ($type =~ m{^(?:date|timestamp)}) { - return $self->timestamp_value(defined($unparsed) ? DateTime->from_kivi($unparsed) : undef); + return $self->timestamp_value(defined($unparsed) ? DateTime->from_kivitendo($unparsed) : undef); } # text, textfield, select