Ajout statut commande en cours

This commit is contained in:
Rodolphe Quiedeville 2005-10-19 11:19:33 +00:00
parent aa56fcfcdd
commit 47989acfc2

View File

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