Fremdschlüssel für Bearbeiter in gl einführen
[kivitendo-erp.git] / SL / DB / MetaSetup / GLTransaction.pm
index 33f7121..14f386a 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' },