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