From b3a71c021607252e21d91121310817ea82c5888b Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 3 Nov 2003 10:37:26 +0000 Subject: [PATCH] Ajout commande->valider --- htdocs/user.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/user.class.php b/htdocs/user.class.php index ecc15f1cb9e..44c2b96cd2e 100644 --- a/htdocs/user.class.php +++ b/htdocs/user.class.php @@ -281,6 +281,9 @@ class User if ($obj->fk_id == 82) $this->rights->commande->creer = 1; + if ($obj->fk_id == 84) + $this->rights->commande->valider = 1; + if ($obj->fk_id == 89) $this->rights->commande->supprimer = 1; }