X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/aa4fda0ec21c0715f1d8af27efdd900af3dd4915..23c5a95043040ef7c0eb84b160b701099a550a28:/SL/Controller/TopQuickSearch/RequestForQuotation.pm diff --git a/SL/Controller/TopQuickSearch/RequestForQuotation.pm b/SL/Controller/TopQuickSearch/RequestForQuotation.pm new file mode 100644 index 000000000..3b2adefd3 --- /dev/null +++ b/SL/Controller/TopQuickSearch/RequestForQuotation.pm @@ -0,0 +1,20 @@ +package SL::Controller::TopQuickSearch::RequestForQuotation; + +use strict; +use parent qw(SL::Controller::TopQuickSearch::OERecord); + +use SL::Locale::String qw(t8); + +sub auth { 'request_quotation_edit' } + +sub name { 'request_quotation' } + +sub description_config { t8('Request Quotations') } + +sub description_field { t8('Request Quotations') } + +sub type { 'request_quotation' } + +sub vc { 'vendor' } + +1;