Revision da61b6b1
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/DB/Chart.pm | ||
---|---|---|
3 | 3 |
use strict; |
4 | 4 |
|
5 | 5 |
use SL::DB::MetaSetup::Chart; |
6 |
use SL::DB::Manager::Chart; |
|
6 | 7 |
use SL::DB::TaxKey; |
7 | 8 |
|
8 | 9 |
__PACKAGE__->meta->add_relationships(taxkeys => { type => 'one to many', |
... | ... | |
12 | 13 |
); |
13 | 14 |
|
14 | 15 |
__PACKAGE__->meta->initialize; |
15 |
__PACKAGE__->meta->make_manager_class; |
|
16 | 16 |
|
17 | 17 |
sub get_active_taxkey { |
18 | 18 |
my ($self, $date) = @_; |
Auch abrufbar als: Unified diff
link_filter für Chart-Manager