Skip to content
Snippets Groups Projects
Commit 71e5cf07 authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Fix: [ bug #1735 ] Rights to delete expense notes no longer there - cannot delete expense notes

parent 06eda34b
Branches
Tags
No related merge requests found
...@@ -95,17 +95,17 @@ class modDeplacement extends DolibarrModules ...@@ -95,17 +95,17 @@ class modDeplacement extends DolibarrModules
$this->rights[3][3] = 0; $this->rights[3][3] = 0;
$this->rights[3][4] = 'supprimer'; $this->rights[3][4] = 'supprimer';
$this->rights[3][0] = 174; $this->rights[4][0] = 174;
$this->rights[3][1] = 'Lire toutes les notes de frais'; $this->rights[4][1] = 'Lire toutes les notes de frais';
$this->rights[3][2] = 'd'; $this->rights[4][2] = 'd';
$this->rights[3][3] = 0; $this->rights[4][3] = 0;
$this->rights[3][4] = 'readall'; $this->rights[4][4] = 'readall';
$this->rights[6][0] = 178; $this->rights[5][0] = 178;
$this->rights[6][1] = 'Exporter les notes de frais et deplacements'; $this->rights[5][1] = 'Exporter les notes de frais et deplacements';
$this->rights[6][2] = 'd'; $this->rights[5][2] = 'd';
$this->rights[6][3] = 0; $this->rights[5][3] = 0;
$this->rights[6][4] = 'export'; $this->rights[5][4] = 'export';
// Exports // Exports
$r=0; $r=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment