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:
51c64da
)
"current_date" wird von aktuellen DBI-Versionen nicht mehr als BInd-Variable unterstützt
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 13 Jan 2011 14:12:18 +0000
(15:12 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 13 Jan 2011 14:12:18 +0000
(15:12 +0100)
SL/IC.pm
patch
|
blob
|
history
diff --git
a/SL/IC.pm
b/SL/IC.pm
index
f3f887d
..
ac3d6f2
100644
(file)
--- 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);
}