TopQuickSearch: typisierte Suche gefixt
[kivitendo-erp.git] / SL / Controller / TopQuickSearch / Assembly.pm
index bb7ecce..7f7e9e2 100644 (file)
@@ -11,6 +11,6 @@ sub description_config { t8('Assemblies') }
 
 sub description_field { t8('Assemblies') }
 
-sub type { type => 'assembly' }
+sub type { 'assembly' }
 
 1;