kivitendo/SL/Controller/TopQuickSearch/Service.pm @ 9a846a3d
2bccc0a2 | Sven Schöling | package SL::Controller::TopQuickSearch::Service;
|
||
use strict;
|
||||
use parent qw(SL::Controller::TopQuickSearch::Article);
|
||||
use SL::Locale::String qw(t8);
|
||||
sub name { 'service' }
|
||||
sub description_config { t8('Services') }
|
||||
sub description_field { t8('Services') }
|
||||
f7027139 | Sven Schöling | sub type { 'service' }
|
||
2bccc0a2 | Sven Schöling | |||
1;
|