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:
ef8dc9d
)
Tabelle für Historie wurde umbenannt.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 21 Feb 2007 09:17:44 +0000
(09:17 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 21 Feb 2007 09:17:44 +0000
(09:17 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
9193e33
..
5a692be
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-2272,7
+2272,7
@@
sub get_history {
qq|SELECT h.employee_id, h.itime, h.addition, h.what_done, emp.name | .
qq|FROM history_erp h | .
qq|LEFT JOIN employee emp | .
- qq|ON emp.id =
st
.employee_id | .
+ qq|ON emp.id =
h
.employee_id | .
qq|WHERE trans_id = ? |
. $restriction;