X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=SL%2FController%2FTopQuickSearch%2FRequestForQuotation.pm;fp=SL%2FController%2FTopQuickSearch%2FRequestForQuotation.pm;h=d9571008c2de06c551709922a5246b4d0b6e23f4;hp=0000000000000000000000000000000000000000;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/SL/Controller/TopQuickSearch/RequestForQuotation.pm b/SL/Controller/TopQuickSearch/RequestForQuotation.pm new file mode 100644 index 000000000..d9571008c --- /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 | request_quotation_view' } + +sub name { 'request_quotation' } + +sub description_config { t8('Request Quotations') } + +sub description_field { t8('Request Quotations') } + +sub type { 'request_quotation' } + +sub vc { 'vendor' } + +1;