1 package SL::Controller::TopQuickSearch::SalesQuotation;
4 use parent qw(SL::Controller::TopQuickSearch::OERecord);
6 use SL::Locale::String qw(t8);
8 sub auth { 'sales_quotation_edit' }
10 sub name { 'sales_quotation' }
12 sub description_config { t8('Sales Quotations') }
14 sub description_field { t8('Sales Quotations') }
16 sub type { 'sales_quotation' }