1 package SL::Controller::TopQuickSearch::Part;
 
   4 use parent qw(SL::Controller::TopQuickSearch::Article);
 
   6 use SL::Locale::String qw(t8);
 
  10 sub description_config { t8('Parts') }
 
  12 sub description_field { t8('Parts') }
 
  14 sub type { type => 'part' }