X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0c09beb40eea289ceebb36aa53b447051fb82857..f36da7b69b6e8f47bab976e827f5b0f8311cf4c5:/SL/DB/Letter.pm diff --git a/SL/DB/Letter.pm b/SL/DB/Letter.pm index 63a00108b..27b0cff47 100644 --- a/SL/DB/Letter.pm +++ b/SL/DB/Letter.pm @@ -7,15 +7,6 @@ use SL::DB::Helper::LinkedRecords; use SL::DB::MetaSetup::Letter; use SL::DB::Manager::Letter; -__PACKAGE__->meta->add_relationships( - customer => { - type => 'many to one', - class => 'SL::DB::Customer', - column_map => { vc_id => 'id' }, - }, - -); - __PACKAGE__->meta->initialize; __PACKAGE__->attr_html('body');