TopQuickSearch - Parameter type heißt jetzt part_type
[kivitendo-erp.git] / SL / Controller / TopQuickSearch / Service.pm
index 7a98590..0bba378 100644 (file)
@@ -11,6 +11,6 @@ sub description_config { t8('Services') }
 
 sub description_field { t8('Services') }
 
-sub type { 'service' }
+sub part_type { 'service' }
 
 1;