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; }