X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/SL/Controller/TopQuickSearch/Assortment.pm diff --git a/SL/Controller/TopQuickSearch/Assortment.pm b/SL/Controller/TopQuickSearch/Assortment.pm new file mode 100644 index 000000000..9de5b8408 --- /dev/null +++ b/SL/Controller/TopQuickSearch/Assortment.pm @@ -0,0 +1,16 @@ +package SL::Controller::TopQuickSearch::Assortment; + +use strict; +use parent qw(SL::Controller::TopQuickSearch::Article); + +use SL::Locale::String qw(t8); + +sub name { 'assortment' } + +sub description_config { t8('Assortment') } + +sub description_field { t8('Assortment') } + +sub part_type { 'assortment' } + +1;