X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FAuth.pm;h=13044e776c1702420c622f799a3e928860dd3aa3;hb=429072104757330f631498ce97423c015cd88cf4;hp=59542d65d072b4e2baead94460ef5e331c608260;hpb=b623ece7b8ba928117bc2280d64d3ef8cbed2e48;p=kivitendo-erp.git diff --git a/SL/Auth.pm b/SL/Auth.pm index 59542d65d..13044e776 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -1067,6 +1067,7 @@ sub all_rights_full { ["sales_all_edit", $locale->text("View/edit all employees sales documents")], ["edit_prices", $locale->text("Edit prices and discount (if not used, textfield is ONLY set readonly)")], ["show_ar_transactions", $locale->text("Show AR transactions as part of AR invoice report")], + ["delivery_plan", $locale->text("Show delivery plan")], ["--ap", $locale->text("AP")], ["request_quotation_edit", $locale->text("Create and edit RFQs")], ["purchase_order_edit", $locale->text("Create and edit purchase orders")],