1 package SL::Controller::TopQuickSearch::Vendor;
 
   4 use parent qw(SL::Controller::TopQuickSearch::CustomerVendor);
 
   7 use SL::Locale::String qw(t8);
 
  13 sub model { 'Vendor' }
 
  17 sub description_config { t8('Vendors') }
 
  19 sub description_field { t8('Vendors') }