TopQuickSearch - Parameter type heißt jetzt part_type
[kivitendo-erp.git] / SL / Controller / TopQuickSearch / Assembly.pm
index 7f7e9e2..da8cbc0 100644 (file)
@@ -11,6 +11,6 @@ sub description_config { t8('Assemblies') }
 
 sub description_field { t8('Assemblies') }
 
-sub type { 'assembly' }
+sub part_type { 'assembly' }
 
 1;