X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2bccc0a27d0c6917ab219aeb60efcbc9ae043205..825883e4f5b2df7e971fdc27fb290c41fc05f8be:/SL/Controller/TopQuickSearch/Assembly.pm diff --git a/SL/Controller/TopQuickSearch/Assembly.pm b/SL/Controller/TopQuickSearch/Assembly.pm index bb7eccea1..da8cbc0c5 100644 --- a/SL/Controller/TopQuickSearch/Assembly.pm +++ b/SL/Controller/TopQuickSearch/Assembly.pm @@ -11,6 +11,6 @@ sub description_config { t8('Assemblies') } sub description_field { t8('Assemblies') } -sub type { type => 'assembly' } +sub part_type { 'assembly' } 1;