X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/766f5705ecb9cd56adfbffd94c871959bb64c6fd..2acbe8c6c3c8a988e712deb438adf0dc40c3daaf:/SL/Auth.pm diff --git a/SL/Auth.pm b/SL/Auth.pm index 5a8ee225b..f0f58d8d8 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -1069,6 +1069,7 @@ sub all_rights_full { ["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")], + ["delivery_value_report", $locale->text("Show delivery value report")], ["--ap", $locale->text("AP")], ["request_quotation_edit", $locale->text("Create and edit RFQs")], ["purchase_order_edit", $locale->text("Create and edit purchase orders")], @@ -1480,7 +1481,7 @@ Returns C<$self>. Nothing here yet. =head1 AUTHOR -pp + Moritz Bunkus Em.bunkus@linet-services.deE =cut