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