From 8a4f52e6818ea67903511f4ddcaa2499870185f0 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Fri, 21 Feb 2014 13:24:28 +0100 Subject: [PATCH] MetaSetup aktualisiert - employee_obj aus GLTransaction entfernt generiert per rose_auto_create_model.pl --- SL/DB/MetaSetup/GLTransaction.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/SL/DB/MetaSetup/GLTransaction.pm b/SL/DB/MetaSetup/GLTransaction.pm index db03441b6..14f386a7a 100644 --- a/SL/DB/MetaSetup/GLTransaction.pm +++ b/SL/DB/MetaSetup/GLTransaction.pm @@ -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' }, -- 2.20.1