Ajout statut

This commit is contained in:
Rodolphe Quiedeville 2005-09-05 14:46:32 +00:00
parent d6622588ad
commit f2a729362f

View File

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