X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2524843b93c48a8f24c5dadc4b3dd07e65e4770b..935813e4a2959a0b94933d6b853dd5d129f1a61e:/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")],