From: Sven Schöling Date: Fri, 21 Jun 2013 16:05:44 +0000 (+0200) Subject: Unnötige Relationship (ist schon FK) X-Git-Tag: release-3.1.0beta1~277 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;ds=sidebyside;h=f85cd3ef47a4eafbf7b2be27c6f781bdd0190b0b;p=kivitendo-erp.git Unnötige Relationship (ist schon FK) --- diff --git a/SL/DB/Tax.pm b/SL/DB/Tax.pm index 7678d5f7e..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 => 'many 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.