kivitendo/SL/Controller/TopQuickSearch/Assembly.pm @ b4f2f617
6c630204 | Sven Schöling | package SL::Controller::TopQuickSearch::Assembly;
|
||
use strict;
|
||||
2bccc0a2 | Sven Schöling | use parent qw(SL::Controller::TopQuickSearch::Article);
|
||
6c630204 | Sven Schöling | |||
use SL::Locale::String qw(t8);
|
||||
sub name { 'assembly' }
|
||||
sub description_config { t8('Assemblies') }
|
||||
sub description_field { t8('Assemblies') }
|
||||
b4f2f617 | Geoffrey Richardson | sub part_type { 'assembly' }
|
||
6c630204 | Sven Schöling | |||
1;
|