X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/06837707dbfdc495214e21817e7b9d7d696ba549..464f44a:/SL/Controller/Project.pm?ds=inline diff --git a/SL/Controller/Project.pm b/SL/Controller/Project.pm index c9b094969..604978591 100644 --- a/SL/Controller/Project.pm +++ b/SL/Controller/Project.pm @@ -22,6 +22,8 @@ use SL::DB::ProjectType; use SL::Helper::Flash; use SL::Locale::String; +use Data::Dumper; + use Rose::Object::MakeMethods::Generic ( scalar => [ qw(project linked_records) ], @@ -41,6 +43,7 @@ sub action_search { my %params; $params{CUSTOM_VARIABLES} = CVar->get_configs(module => 'Projects'); + ($params{CUSTOM_VARIABLES_FILTER_CODE}, $params{CUSTOM_VARIABLES_INCLUSION_CODE}) = CVar->render_search_options(variables => $params{CUSTOM_VARIABLES}, include_prefix => 'l_',