X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e170abc7bd6b1087bd2a942a5bd60c20471e1943..078c976936963bc3339c6c4438bda54a40a144f4:/SL/DB/MetaSetup/TaxzoneChart.pm diff --git a/SL/DB/MetaSetup/TaxzoneChart.pm b/SL/DB/MetaSetup/TaxzoneChart.pm index f0cd6dcf1..3bcdbceee 100644 --- a/SL/DB/MetaSetup/TaxzoneChart.pm +++ b/SL/DB/MetaSetup/TaxzoneChart.pm @@ -36,9 +36,12 @@ __PACKAGE__->meta->foreign_keys( class => 'SL::DB::Chart', key_columns => { income_accno_id => 'id' }, }, -); -# __PACKAGE__->meta->initialize; + taxzone => { + class => 'SL::DB::TaxZone', + key_columns => { taxzone_id => 'id' }, + }, +); 1; ;