X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FTax.pm;h=0279dbf745fa977e0ea9e100248fb9d42c30049c;hb=642c04d614c96555add111e983ef7a756a6362a1;hp=017b5f13f287750d3d7eb848d891d9cf69c6bc43;hpb=c19b30d22f462a5913610d1f9005a34ed95e1119;p=kivitendo-erp.git diff --git a/SL/DB/Tax.pm b/SL/DB/Tax.pm index 017b5f13f..0279dbf74 100644 --- a/SL/DB/Tax.pm +++ b/SL/DB/Tax.pm @@ -4,12 +4,6 @@ use strict; use SL::DB::MetaSetup::Tax; -__PACKAGE__->meta->add_relationships(chart => { type => 'one to one', - class => 'SL::DB::Chart', - column_map => { chart_id => 'id' }, - }, - ); - __PACKAGE__->meta->initialize; # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.