X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FTopQuickSearch%2FPart.pm;h=6c81ac5fda1b43357ae7ff18a2e8ca99dceb13f7;hb=11fafb0ba321d8d345fd551c48b93aded6ac9b84;hp=9d4c2f0d7e3440b70be6b16d2603253472151bd5;hpb=f7027139b5a2403424817a929743c162a0880f6a;p=kivitendo-erp.git diff --git a/SL/Controller/TopQuickSearch/Part.pm b/SL/Controller/TopQuickSearch/Part.pm index 9d4c2f0d7..6c81ac5fd 100644 --- a/SL/Controller/TopQuickSearch/Part.pm +++ b/SL/Controller/TopQuickSearch/Part.pm @@ -11,6 +11,6 @@ sub description_config { t8('Parts') } sub description_field { t8('Parts') } -sub type { 'part' } +sub part_type { 'part' } 1;