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