X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FAuth.pm;h=7fb260d54699701798c4d8ba4fc83d66d84b8d76;hb=fee5532a132c44dcfc1743393cba00c8e3397176;hp=13044e776c1702420c622f799a3e928860dd3aa3;hpb=9bfde8af91ac295afb6e68b8580f000fd6051f15;p=kivitendo-erp.git diff --git a/SL/Auth.pm b/SL/Auth.pm index 13044e776..7fb260d54 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -1059,6 +1059,7 @@ sub all_rights_full { ["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")], + ["requirement_spec_edit", $locale->text("Create and edit requirement specs")], ["sales_quotation_edit", $locale->text("Create and edit sales quotations")], ["sales_order_edit", $locale->text("Create and edit sales orders")], ["sales_delivery_order_edit", $locale->text("Create and edit sales delivery orders")],