epic-ts
[kivitendo-erp.git] / SL / DB / MetaSetup / GLTransaction.pm
index db03441..3b829d5 100644 (file)
@@ -4,7 +4,7 @@ package SL::DB::GLTransaction;
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('gl');
 
@@ -42,11 +42,6 @@ __PACKAGE__->meta->foreign_keys(
     key_columns => { employee_id => 'id' },
   },
 
-  employee_obj => {
-    class       => 'SL::DB::Employee',
-    key_columns => { employee_id => 'id' },
-  },
-
   storno_obj => {
     class       => 'SL::DB::GLTransaction',
     key_columns => { storno_id => 'id' },