X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FTax.pm;h=c027061fb5ae6846218db4f2c3fcc077ee76fbf4;hb=1b032ef45d886922f1fe347ec234c9b0c8c50efd;hp=017b5f13f287750d3d7eb848d891d9cf69c6bc43;hpb=f9c7abfae65b79945beb7e9260942bc94876248a;p=kivitendo-erp.git diff --git a/SL/DB/Tax.pm b/SL/DB/Tax.pm index 017b5f13f..c027061fb 100644 --- a/SL/DB/Tax.pm +++ b/SL/DB/Tax.pm @@ -3,12 +3,7 @@ package SL::DB::Tax; 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' }, - }, - ); +use SL::DB::Helper::TranslatedAttributes; __PACKAGE__->meta->initialize;