Bugfix
This commit is contained in:
parent
901b7ed754
commit
93b15d9688
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2004-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2006 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2006 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
@ -114,6 +114,7 @@ class modTelephonie extends DolibarrModules
|
|||||||
$this->rights[4][1] = 'Configurer la telephonie'; // libelle de la permission
|
$this->rights[4][1] = 'Configurer la telephonie'; // libelle de la permission
|
||||||
$this->rights[4][2] = 'w';
|
$this->rights[4][2] = 'w';
|
||||||
$this->rights[4][3] = 0;
|
$this->rights[4][3] = 0;
|
||||||
|
$this->rights[4][4] = 'configurer';
|
||||||
|
|
||||||
$this->rights[5][0] = 145;
|
$this->rights[5][0] = 145;
|
||||||
$this->rights[5][1] = 'Configurer les fournisseurs';
|
$this->rights[5][1] = 'Configurer les fournisseurs';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user