X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d4925a8b60f04674885e30d9316dc0263f8b9a84..b293ff8ad52fc76ba0c44783e3982418114d6b08:/SL/Controller/TopQuickSearch/PurchaseDeliveryOrder.pm diff --git a/SL/Controller/TopQuickSearch/PurchaseDeliveryOrder.pm b/SL/Controller/TopQuickSearch/PurchaseDeliveryOrder.pm index 0c26dd101..e5613609e 100644 --- a/SL/Controller/TopQuickSearch/PurchaseDeliveryOrder.pm +++ b/SL/Controller/TopQuickSearch/PurchaseDeliveryOrder.pm @@ -5,7 +5,7 @@ use parent qw(SL::Controller::TopQuickSearch::DeliveryOrder); use SL::Locale::String qw(t8); -sub auth { 'purchase_delivery_order_edit' } +sub auth { 'purchase_delivery_order_edit | purchase_delivery_order_edit' } sub name { 'purchase_delivery_order' }