From 47989acfc28f5d6b9704f426684ce3267ab137d7 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 19 Oct 2005 11:19:33 +0000 Subject: [PATCH] Ajout statut commande en cours --- htdocs/telephonie/lignetel.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/telephonie/lignetel.class.php b/htdocs/telephonie/lignetel.class.php index d76286cdeaa..92f3dcb3c56 100644 --- a/htdocs/telephonie/lignetel.class.php +++ b/htdocs/telephonie/lignetel.class.php @@ -40,6 +40,7 @@ class LigneTel { $this->statuts[6] = "Résiliée"; $this->statuts[7] = "Rejetée"; $this->statuts[8] = "En transfert"; + $this->statuts[9] = "Commande en cours"; return 1; }