X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FController%2FTopQuickSearch%2FPart.pm;h=6c81ac5fda1b43357ae7ff18a2e8ca99dceb13f7;hb=46c22b437926dec7e87ab5bb24dfb6a2c6124692;hp=d6b01e021047a600c455ab073c8ae17ec34e0f39;hpb=2bccc0a27d0c6917ab219aeb60efcbc9ae043205;p=kivitendo-erp.git diff --git a/SL/Controller/TopQuickSearch/Part.pm b/SL/Controller/TopQuickSearch/Part.pm index d6b01e021..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 { type => 'part' } +sub part_type { 'part' } 1;