From e29c3e6e7df4b6ddea251e17fe854a7c29161804 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Thu, 30 Apr 2015 16:00:24 +0200 Subject: [PATCH] =?utf8?q?Rechte-Anpassung=20f=C3=BCr=20aktuelle=20Install?= =?utf8?q?ationen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Es ist mittlerweile eher verwirrend Rechte für eine CRM zu verwalten, die offiziell nicht mehr Bestandteil von kivitendo ist. Die Änderung ist insofern defensiv, da alte Installation / Rechtestrukturen nicht hiervon betroffen sind und wir für neuere kivitendo-Installation über- haupt keine Ahnung mehr haben wie gut diese noch integriert ist / wird. --- SL/Auth.pm | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/SL/Auth.pm b/SL/Auth.pm index 8439a2c4f..2647ea89c 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -930,20 +930,6 @@ sub all_rights_full { my $locale = $main::locale; my @all_rights = ( - ["--crm", $locale->text("CRM optional software")], - ["crm_search", $locale->text("CRM search")], - ["crm_new", $locale->text("CRM create customers, vendors and contacts")], - ["crm_service", $locale->text("CRM services")], - ["crm_admin", $locale->text("CRM admin")], - ["crm_adminuser", $locale->text("CRM user")], - ["crm_adminstatus", $locale->text("CRM status")], - ["crm_email", $locale->text("CRM send email")], - ["crm_termin", $locale->text("CRM termin")], - ["crm_opportunity", $locale->text("CRM opportunity")], - ["crm_knowhow", $locale->text("CRM know how")], - ["crm_follow", $locale->text("CRM follow up")], - ["crm_notices", $locale->text("CRM notices")], - ["crm_other", $locale->text("CRM other")], ["--master_data", $locale->text("Master Data")], ["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")], -- 2.20.1