X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/eb07117b26f569d689835471cab6665e510e123e..0d5564ee4eaf6af6cbcc0c59b08e9ed16c828b49:/SL/Controller/Chart.pm?ds=inline diff --git a/SL/Controller/Chart.pm b/SL/Controller/Chart.pm index 274f2ea56..624a65b1d 100644 --- a/SL/Controller/Chart.pm +++ b/SL/Controller/Chart.pm @@ -10,7 +10,7 @@ use SL::Locale::String qw(t8); use SL::JSON; use Rose::Object::MakeMethods::Generic ( - 'scalar --get_set_init' => [ qw(charts models chart) ], + 'scalar --get_set_init' => [ qw(charts models chart filter) ], ); sub action_ajax_autocomplete { @@ -111,4 +111,6 @@ sub init_models { ); } +sub init_filter { $_[0]->models->filtered->laundered } + 1;