diff --git a/htdocs/includes/modules/modTelephonie.class.php b/htdocs/includes/modules/modTelephonie.class.php index 1b7062adabc..e228776f75b 100644 --- a/htdocs/includes/modules/modTelephonie.class.php +++ b/htdocs/includes/modules/modTelephonie.class.php @@ -168,6 +168,14 @@ class modTelephonie extends DolibarrModules $this->rights[$r][5] = 'lire'; $r++; + $this->rights[$r][0] = 272; + $this->rights[$r][1] = 'Consulter les factures'; + $this->rights[$r][2] = 'r'; + $this->rights[$r][3] = 0; + $this->rights[$r][4] = 'facture'; + $this->rights[$r][5] = 'lire'; + $r++; + $this->rights[$r][0] = 206; $this->rights[$r][1] = 'Consulter les liaisons'; $this->rights[$r][2] = 'w';