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:
35eb3dc
)
Historie: Den Einfügezeitpunkt nur sekundengenau darstellen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 21 Feb 2007 09:27:03 +0000
(09:27 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 21 Feb 2007 09:27:03 +0000
(09:27 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
5a692be
..
7636b16
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-2269,7
+2269,7
@@
sub get_history {
my $i = 0;
if ($trans_id ne "") {
my $query =
- qq|SELECT h.employee_id, h.itime, h.addition, h.what_done, emp.name | .
+ qq|SELECT h.employee_id, h.itime
::timestamp(0) AS itime
, h.addition, h.what_done, emp.name | .
qq|FROM history_erp h | .
qq|LEFT JOIN employee emp | .
qq|ON emp.id = h.employee_id | .