X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/6b935d522a38e1a20802c25ed51a15e0cd292c1d..dbcf08e9ecb0591f68cc8ee59af7fc8ba9aa62e1:/SL/DB/Tax.pm 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;