X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2bccc0a27d0c6917ab219aeb60efcbc9ae043205..bb55c445a32068f4a7dc49070e4df9648aad88b6:/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;