From f2a729362f3b6128cea3d2f7c055bae4e111e1dc Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 5 Sep 2005 14:46:32 +0000 Subject: [PATCH] Ajout statut --- htdocs/telephonie/telephonie.contrat.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/telephonie/telephonie.contrat.class.php b/htdocs/telephonie/telephonie.contrat.class.php index 1e13af5eb0c..2180bb4432f 100644 --- a/htdocs/telephonie/telephonie.contrat.class.php +++ b/htdocs/telephonie/telephonie.contrat.class.php @@ -32,6 +32,7 @@ class TelephonieContrat { $this->db = $DB; $this->error_message = ''; $this->statuts[-1] = "En attente"; + $this->statuts[0] = "En traitement"; $this->statuts[1] = "A commander"; $this->statuts[2] = "En commande"; $this->statuts[3] = "Actif";