]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/TopQuickSearch/Part.pm
TopQuickSearch: Alle Part Varianten for free
[mfinanz.git] / SL / Controller / TopQuickSearch / Part.pm
diff --git a/SL/Controller/TopQuickSearch/Part.pm b/SL/Controller/TopQuickSearch/Part.pm
new file mode 100644 (file)
index 0000000..d6b01e0
--- /dev/null
@@ -0,0 +1,16 @@
+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') }
+
+sub type { type => 'part' }
+
+1;