This commit is contained in:
Laurent Destailleur 2022-08-03 17:04:36 +02:00
parent 60fb538bb1
commit e21c48b7bd

View File

@ -250,7 +250,7 @@ class modAdherent extends DolibarrModules
$r++; $r++;
$this->rights[$r][0] = 78; $this->rights[$r][0] = 78;
$this->rights[$r][1] = 'Read subscriptions'; $this->rights[$r][1] = 'Read membership fees';
$this->rights[$r][2] = 'r'; $this->rights[$r][2] = 'r';
$this->rights[$r][3] = 0; $this->rights[$r][3] = 0;
$this->rights[$r][4] = 'cotisation'; $this->rights[$r][4] = 'cotisation';
@ -258,7 +258,7 @@ class modAdherent extends DolibarrModules
$r++; $r++;
$this->rights[$r][0] = 79; $this->rights[$r][0] = 79;
$this->rights[$r][1] = 'Create/modify/remove subscriptions'; $this->rights[$r][1] = 'Create/modify/remove membership fees';
$this->rights[$r][2] = 'w'; $this->rights[$r][2] = 'w';
$this->rights[$r][3] = 0; $this->rights[$r][3] = 0;
$this->rights[$r][4] = 'cotisation'; $this->rights[$r][4] = 'cotisation';