X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FAuth.pm;h=bbf4b32e5ec16027fa9e6695e9a8da35d1440958;hb=5b1e6c5a823825f0de7e002113f7663bc6188205;hp=00a4b3bbd6295c3cb945f2b2e2d02c8681064832;hpb=94d3a3e92e1d18cb1b9f9b2f85838e3854905966;p=kivitendo-erp.git 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")],