X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ff159a4d47b9a2d10744dcfc23da2c63605c8a32..eeb5375ee7727c956cc357cc8f90b19d1bfe80b9:/SL/Controller/OrderItem.pm diff --git a/SL/Controller/OrderItem.pm b/SL/Controller/OrderItem.pm index 7cdfb3555..d7ee7f333 100644 --- a/SL/Controller/OrderItem.pm +++ b/SL/Controller/OrderItem.pm @@ -84,7 +84,7 @@ sub init_model { } sub check_auth { - $::auth->assert('sales_order_edit'); + $::auth->assert('sales_order_item_search'); } 1;