TopQuickSearch: typisierte Suche gefixt
[kivitendo-erp.git] / SL / Controller / TopQuickSearch / Service.pm
index f1f1507..7a98590 100644 (file)
@@ -11,6 +11,6 @@ sub description_config { t8('Services') }
 
 sub description_field { t8('Services') }
 
-sub type { type => 'service' }
+sub type { 'service' }
 
 1;