From: G. Richardson Date: Fri, 21 Feb 2014 12:24:28 +0000 (+0100) Subject: MetaSetup aktualisiert - employee_obj aus GLTransaction entfernt X-Git-Tag: release-3.1.0rc1~3 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8a4f52e6818ea67903511f4ddcaa2499870185f0;p=kivitendo-erp.git MetaSetup aktualisiert - employee_obj aus GLTransaction entfernt generiert per rose_auto_create_model.pl --- 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' },