X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0c227fb25b4f1547bf3b2be5e5711f0bffe591d1..53593baa211863fbf66540cf1bcc36c8fb37257f:/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' }