X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6b935d522a38e1a20802c25ed51a15e0cd292c1d..d70e6870a8cbadc86b0584a780e6f84c95dcb21d:/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' }, },