2
0
forked from Wavyzz/dolibarr

Ajout possibilit d'diter et de supprimer une facture valid sans paiement d'effectu

This commit is contained in:
Regis Houssin
2006-07-11 06:42:44 +00:00
parent faa95045f6
commit 80a6c69bcf
6 changed files with 149 additions and 32 deletions

View File

@@ -129,10 +129,17 @@ class modFacture extends DolibarrModules
$r++;
$this->rights[$r][0] = 12;
$this->rights[$r][1] = 'Cr<43>er/modifier les factures';
$this->rights[$r][1] = 'Cr<43>er les factures';
$this->rights[$r][2] = 'a';
$this->rights[$r][3] = 0;
$this->rights[$r][4] = 'creer';
$r++;
$this->rights[$r][0] = 13;
$this->rights[$r][1] = 'Modifier les factures';
$this->rights[$r][2] = 'a';
$this->rights[$r][3] = 0;
$this->rights[$r][4] = 'modifier';
$r++;
$this->rights[$r][0] = 14;