diff --git a/Projets/CSharp2.0/ProfilsController.cs b/Projets/CSharp2.0/ProfilsController.cs index 3b0dd769604..d28e9eef139 100644 --- a/Projets/CSharp2.0/ProfilsController.cs +++ b/Projets/CSharp2.0/ProfilsController.cs @@ -350,7 +350,7 @@ namespace Stag IDTelephone1 = AddSetTelephone(profil.IDTelephone1, model.numeroTelephone1, listeIDTelephoneToDelete), IDTelephone2 = AddSetTelephone(profil.IDTelephone2, model.numeroTelephone2, listeIDTelephoneToDelete), - Courriel = model.courriel, + Courriel = model.courriel,//  Indicateur = model.indicateur };