]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/GLTransaction.pm
Vergessen AuditTrail als DB-Objekt zu löschen
[kivitendo-erp.git] / SL / DB / MetaSetup / GLTransaction.pm
index 33f7121fd8ded3f83b9a20fcf14a8dc8eaf07149..14f386a7a6251bb0a8636710c93f585202a16f74 100644 (file)
@@ -37,6 +37,11 @@ __PACKAGE__->meta->foreign_keys(
     key_columns => { department_id => 'id' },
   },
 
+  employee => {
+    class       => 'SL::DB::Employee',
+    key_columns => { employee_id => 'id' },
+  },
+
   storno_obj => {
     class       => 'SL::DB::GLTransaction',
     key_columns => { storno_id => 'id' },