X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FIC.pm;h=ac3d6f2817b8310d187071a25a35d61068775a06;hb=f3da2d8e75128e5b912d2ceddc680bea9552d19b;hp=f3f887dcaec705a4e0d772ba725cc83af9c0585c;hpb=962741693df01b4a277b1611dfc40c6fe7b24464;p=kivitendo-erp.git diff --git a/SL/IC.pm b/SL/IC.pm index f3f887dca..ac3d6f281 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -1535,7 +1535,7 @@ sub retrieve_accounts { } if ($transdate eq "") { - $transdate = "current_date"; + $transdate = DateTime->today_local->to_lxoffice; } else { $transdate = $dbh->quote($transdate); }