Projekt

Allgemein

Profil

Herunterladen (277 Bytes) Statistiken
| Zweig: | Markierung: | Revision:
2bccc0a2 Sven Schöling
package SL::Controller::TopQuickSearch::Part;

use strict;
use parent qw(SL::Controller::TopQuickSearch::Article);

use SL::Locale::String qw(t8);

sub name { 'part' }

sub description_config { t8('Parts') }

sub description_field { t8('Parts') }

aa01fd25 Geoffrey Richardson
sub part_type { 'part' }
2bccc0a2 Sven Schöling
1;