Modif permissions User,

Penser  rcrire ce module de permissions un jour
This commit is contained in:
Rodolphe Quiedeville 2004-10-05 09:30:02 +00:00
parent c2253dc31e
commit 8576956e31

View File

@ -449,7 +449,10 @@ class User
$this->rights->telephonie->lire = 1;
if ($obj->fk_id == 142)
$this->rights->telephonie->modifier = 1;
$this->rights->telephonie->ligne_commander = 1;
if ($obj->fk_id == 143)
$this->rights->telephonie->ligne_activer = 1;
}