Modif libell
This commit is contained in:
parent
5ad6a8a8d3
commit
4b15dbce67
@ -33,12 +33,12 @@ class TelephonieContrat {
|
||||
$this->error_message = '';
|
||||
$this->statuts[-1] = "En attente";
|
||||
$this->statuts[1] = "A commander";
|
||||
$this->statuts[2] = "Commandée chez le fournisseur";
|
||||
$this->statuts[3] = "Activée";
|
||||
$this->statuts[2] = "En commande";
|
||||
$this->statuts[3] = "Actif";
|
||||
$this->statuts[4] = "A résilier";
|
||||
$this->statuts[5] = "Résiliation demandée";
|
||||
$this->statuts[6] = "Résiliée";
|
||||
$this->statuts[7] = "Rejetée";
|
||||
$this->statuts[6] = "Résilié";
|
||||
$this->statuts[7] = "Rejeté";
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user