X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FTax.pm;h=7678d5f7ed030f05fd5ddc3bd980cde6ceef1d30;hb=13fc241edb1b1a658eb818a106ec06e1e9dac005;hp=017b5f13f287750d3d7eb848d891d9cf69c6bc43;hpb=6b935d522a38e1a20802c25ed51a15e0cd292c1d;p=kivitendo-erp.git 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' }, },