X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=SL%2FController%2FTopQuickSearch%2FSalesQuotation.pm;fp=SL%2FController%2FTopQuickSearch%2FSalesQuotation.pm;h=f7a6b777aeed915e7631e9a6712756c578cbc785;hp=28ec9fd170af41645431045bb04228708f0965be;hb=b293ff8ad52fc76ba0c44783e3982418114d6b08;hpb=d4925a8b60f04674885e30d9316dc0263f8b9a84 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' }