TopQuickSearch: typisierte Suche gefixt
[kivitendo-erp.git] / SL / Controller / TopQuickSearch / Part.pm
index d6b01e0..9d4c2f0 100644 (file)
@@ -11,6 +11,6 @@ sub description_config { t8('Parts') }
 
 sub description_field { t8('Parts') }
 
-sub type { type => 'part' }
+sub type { 'part' }
 
 1;