From 89baa0bc8b61352ad6a6444d7fe6e94e66647ede Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 9 Jul 2007 09:20:22 +0000 Subject: [PATCH] Ajout le nouveau statut Backbone programe --- htdocs/telephonie/adsl/ligneadsl.class.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/htdocs/telephonie/adsl/ligneadsl.class.php b/htdocs/telephonie/adsl/ligneadsl.class.php index 4f08a6ba84f..922ecf9aca3 100644 --- a/htdocs/telephonie/adsl/ligneadsl.class.php +++ b/htdocs/telephonie/adsl/ligneadsl.class.php @@ -42,6 +42,18 @@ class LigneAdsl { $this->statuts[6] = "Résiliation demandée"; $this->statuts[7] = "Résiliée"; $this->statuts[8] = "Rejetée"; + $this->statuts[9] = "Backbone programmé"; + + $this->statuts_order[0] = -1; + $this->statuts_order[1] = 1; + $this->statuts_order[2] = 2; + $this->statuts_order[3] = 3; + $this->statuts_order[4] = 9; + $this->statuts_order[5] = 4; + $this->statuts_order[6] = 5; + $this->statuts_order[7] = 6; + $this->statuts_order[8] = 7; + $this->statuts_order[9] = 8; return 1; }