X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b8b112a39bd601b0bc717646d78de470631da22a..15e4b73285e0b4901eee0737df74f32aeca2c048:/SL/DB/MetaSetup/GLTransaction.pm diff --git a/SL/DB/MetaSetup/GLTransaction.pm b/SL/DB/MetaSetup/GLTransaction.pm index c8019ebcf..54dca9aac 100644 --- a/SL/DB/MetaSetup/GLTransaction.pm +++ b/SL/DB/MetaSetup/GLTransaction.pm @@ -43,14 +43,6 @@ __PACKAGE__->meta->foreign_keys( }, ); -__PACKAGE__->meta->relationships( - gl => { - class => 'SL::DB::GLTransaction', - column_map => { id => 'storno_id' }, - type => 'one to many', - }, -); - # __PACKAGE__->meta->initialize; 1;