Merge branch 'f-project-search-custom-variables'
[kivitendo-erp.git] / SL / Controller / TopQuickSearch / Assembly.pm
index bb7ecce..da8cbc0 100644 (file)
@@ -11,6 +11,6 @@ sub description_config { t8('Assemblies') }
 
 sub description_field { t8('Assemblies') }
 
-sub type { type => 'assembly' }
+sub part_type { 'assembly' }
 
 1;