X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FController%2FTopQuickSearch%2FPurchaseOrder.pm;fp=SL%2FController%2FTopQuickSearch%2FPurchaseOrder.pm;h=f64fb8366fc079b5882ec9fcc17354f841f2ffd8;hb=b293ff8ad52fc76ba0c44783e3982418114d6b08;hp=4013c8a9e251806bbdb33fe334d94a5d2dd2eb0b;hpb=d4925a8b60f04674885e30d9316dc0263f8b9a84;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' }