0bba3789daab542054717b79508f1ab678417de2
[kivitendo-erp.git] / SL / Controller / TopQuickSearch / Service.pm
1 package SL::Controller::TopQuickSearch::Service;
2
3 use strict;
4 use parent qw(SL::Controller::TopQuickSearch::Article);
5
6 use SL::Locale::String qw(t8);
7
8 sub name { 'service' }
9
10 sub description_config { t8('Services') }
11
12 sub description_field { t8('Services') }
13
14 sub part_type { 'service' }
15
16 1;