X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2bccc0a27d0c6917ab219aeb60efcbc9ae043205..d67d3e74e583e8fdffb1119f9703f32952db6807:/SL/Controller/TopQuickSearch/Service.pm diff --git a/SL/Controller/TopQuickSearch/Service.pm b/SL/Controller/TopQuickSearch/Service.pm index f1f1507e6..0bba3789d 100644 --- a/SL/Controller/TopQuickSearch/Service.pm +++ b/SL/Controller/TopQuickSearch/Service.pm @@ -11,6 +11,6 @@ sub description_config { t8('Services') } sub description_field { t8('Services') } -sub type { type => 'service' } +sub part_type { 'service' } 1;