Update modFacture.class.php

This commit is contained in:
vvnt 2017-11-21 15:07:53 +01:00 committed by GitHub
parent 2b95679b84
commit 98998a7060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ class modFacture extends DolibarrModules
$r++; $r++;
$this->rights[$r][0] = 12; $this->rights[$r][0] = 12;
$this->rights[$r][1] = 'Creer/modifier les factures'; $this->rights[$r][1] = 'Créer/modifier les factures';
$this->rights[$r][2] = 'a'; $this->rights[$r][2] = 'a';
$this->rights[$r][3] = 0; $this->rights[$r][3] = 0;
$this->rights[$r][4] = 'creer'; $this->rights[$r][4] = 'creer';
@ -159,7 +159,7 @@ class modFacture extends DolibarrModules
$r++; $r++;
$this->rights[$r][0] = 15; $this->rights[$r][0] = 15;
$this->rights[$r][1] = 'Envoyer les factures par mail'; $this->rights[$r][1] = 'Envoyer les factures par email';
$this->rights[$r][2] = 'a'; $this->rights[$r][2] = 'a';
$this->rights[$r][3] = 0; $this->rights[$r][3] = 0;
$this->rights[$r][4] = 'invoice_advance'; $this->rights[$r][4] = 'invoice_advance';
@ -167,7 +167,7 @@ class modFacture extends DolibarrModules
$r++; $r++;
$this->rights[$r][0] = 16; $this->rights[$r][0] = 16;
$this->rights[$r][1] = 'Emettre des paiements sur les factures'; $this->rights[$r][1] = 'Émettre des paiements sur les factures';
$this->rights[$r][2] = 'a'; $this->rights[$r][2] = 'a';
$this->rights[$r][3] = 0; $this->rights[$r][3] = 0;
$this->rights[$r][4] = 'paiement'; $this->rights[$r][4] = 'paiement';
@ -181,7 +181,7 @@ class modFacture extends DolibarrModules
$r++; $r++;
$this->rights[$r][0] = 1321; $this->rights[$r][0] = 1321;
$this->rights[$r][1] = 'Exporter les factures clients, attributs et reglements'; $this->rights[$r][1] = 'Exporter les factures clients, attributs et règlements';
$this->rights[$r][2] = 'r'; $this->rights[$r][2] = 'r';
$this->rights[$r][3] = 0; $this->rights[$r][3] = 0;
$this->rights[$r][4] = 'facture'; $this->rights[$r][4] = 'facture';