X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/94d3a3e92e1d18cb1b9f9b2f85838e3854905966..9efca844f6b8086d64589b4cecbf5b76a120afd0:/SL/Auth.pm diff --git a/SL/Auth.pm b/SL/Auth.pm index 00a4b3bbd..bbf4b32e5 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -1050,6 +1050,7 @@ sub all_rights_full { ["customer_vendor_edit", $locale->text("Create customers and vendors. Edit all vendors. Edit only customers where salesman equals employee (login)")], ["customer_vendor_all_edit", $locale->text("Create customers and vendors. Edit all vendors. Edit all customers")], ["part_service_assembly_edit", $locale->text("Create and edit parts, services, assemblies")], + ["part_service_assembly_details", $locale->text("Show details and reports of parts, services, assemblies")], ["project_edit", $locale->text("Create and edit projects")], ["--ar", $locale->text("AR")], ["sales_quotation_edit", $locale->text("Create and edit sales quotations")],