]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Chart.pm
link_filter für Chart-Manager
[mfinanz.git] / SL / DB / Chart.pm
index 42cd6c947281f31d60f920a5283e970e4e994b3c..bda45128c584aec1234163fc190c79da8115ae4f 100644 (file)
@@ -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) = @_;