X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FTax.pm;h=c027061fb5ae6846218db4f2c3fcc077ee76fbf4;hb=cf96c5880f1ba0694298d7541fedce47c8c99051;hp=017b5f13f287750d3d7eb848d891d9cf69c6bc43;hpb=3ceb381944924a7b6a14d69361754422b8b49589;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;