Tabelle für Historie wurde umbenannt.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 21 Feb 2007 09:17:44 +0000 (09:17 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 21 Feb 2007 09:17:44 +0000 (09:17 +0000)
SL/Form.pm

index 9193e33..5a692be 100644 (file)
@@ -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;