X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e2013e83d2ada0ba4ca439d972dbeaf56cbc16c0..da61b6b19c9c0a857e55eee6e52370d811048cb0:/SL/DB/Chart.pm diff --git a/SL/DB/Chart.pm b/SL/DB/Chart.pm index 42cd6c947..bda45128c 100644 --- a/SL/DB/Chart.pm +++ b/SL/DB/Chart.pm @@ -3,6 +3,7 @@ package SL::DB::Chart; use strict; use SL::DB::MetaSetup::Chart; +use SL::DB::Manager::Chart; use SL::DB::TaxKey; __PACKAGE__->meta->add_relationships(taxkeys => { type => 'one to many', @@ -12,7 +13,6 @@ __PACKAGE__->meta->add_relationships(taxkeys => { type => 'one to many', ); __PACKAGE__->meta->initialize; -__PACKAGE__->meta->make_manager_class; sub get_active_taxkey { my ($self, $date) = @_;