kivitendo/SL/Controller/TopQuickSearch/Assembly.pm @ 4b1666b7
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') }
|
||||
aa01fd25 | Geoffrey Richardson | sub part_type { 'assembly' }
|
||
6c630204 | Sven Schöling | |||
1;
|