X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/89c9ff022d3f13e27ba6bda085df15707fcfb0eb..0f8092f8:/SL/DB/Tax.pm diff --git a/SL/DB/Tax.pm b/SL/DB/Tax.pm index 017b5f13f..7678d5f7e 100644 --- a/SL/DB/Tax.pm +++ b/SL/DB/Tax.pm @@ -4,7 +4,7 @@ use strict; use SL::DB::MetaSetup::Tax; -__PACKAGE__->meta->add_relationships(chart => { type => 'one to one', +__PACKAGE__->meta->add_relationships(chart => { type => 'many to one', class => 'SL::DB::Chart', column_map => { chart_id => 'id' }, },