X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FTopQuickSearch%2FPurchaseOrder.pm;h=f64fb8366fc079b5882ec9fcc17354f841f2ffd8;hb=549f187d3a2b1d15f96c4556714666ed954447bb;hp=4013c8a9e251806bbdb33fe334d94a5d2dd2eb0b;hpb=23c5a95043040ef7c0eb84b160b701099a550a28;p=kivitendo-erp.git diff --git a/SL/Controller/TopQuickSearch/PurchaseOrder.pm b/SL/Controller/TopQuickSearch/PurchaseOrder.pm index 4013c8a9e..f64fb8366 100644 --- a/SL/Controller/TopQuickSearch/PurchaseOrder.pm +++ b/SL/Controller/TopQuickSearch/PurchaseOrder.pm @@ -5,7 +5,7 @@ use parent qw(SL::Controller::TopQuickSearch::OERecord); use SL::Locale::String qw(t8); -sub auth { 'purchase_order_edit' } +sub auth { 'purchase_order_edit | purchase_order_view' } sub name { 'purchase_order' }