X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d4925a8b60f04674885e30d9316dc0263f8b9a84..b293ff8ad52fc76ba0c44783e3982418114d6b08:/SL/Controller/TopQuickSearch/SalesQuotation.pm diff --git a/SL/Controller/TopQuickSearch/SalesQuotation.pm b/SL/Controller/TopQuickSearch/SalesQuotation.pm index 28ec9fd17..f7a6b777a 100644 --- a/SL/Controller/TopQuickSearch/SalesQuotation.pm +++ b/SL/Controller/TopQuickSearch/SalesQuotation.pm @@ -5,7 +5,7 @@ use parent qw(SL::Controller::TopQuickSearch::OERecord); use SL::Locale::String qw(t8); -sub auth { 'sales_quotation_edit' } +sub auth { 'sales_quotation_edit | sales_quotation_view' } sub name { 'sales_quotation' }