From 42effb06b961e90854748fd7dfccb9dd55199774 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 13 Sep 2005 09:21:54 +0000 Subject: [PATCH] Modif description statuts --- htdocs/telephonie/lignetel.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/lignetel.class.php b/htdocs/telephonie/lignetel.class.php index 034eff4b4f5..d62a94e2943 100644 --- a/htdocs/telephonie/lignetel.class.php +++ b/htdocs/telephonie/lignetel.class.php @@ -33,7 +33,7 @@ class LigneTel { $this->error_message = ''; $this->statuts[-1] = "En attente"; $this->statuts[1] = "A commander"; - $this->statuts[2] = "Commandée chez le fournisseur"; + $this->statuts[2] = "Commandée"; $this->statuts[3] = "Activée"; $this->statuts[4] = "A résilier"; $this->statuts[5] = "Résiliation demandée";