Celine.meneu 11 rokov pred
rodič
commit
a96500f5e7

+ 1 - 1
CG67.FicheCollege.root/CG67.FicheCollege/Core/CG67.FicheCollege.Entrepot/EntrepotEtablissement.cs

@@ -85,7 +85,7 @@ namespace CG67.FicheCollege.Entrepot
                                  dr["Telephone"].ToString(), dr["Email"].ToString(), dr["Fax"].ToString(),
                                  dr["NomPropriétaire"].ToString(), adresse, dr["ComplementAdresse"].ToString(),
                                  Convert.ToInt32(dr["CodePostal"].ToString()), dr["Ville"].ToString(), dr["LienPhoto"].ToString(), dr["fichierPPM"].ToString(),
-                                 dr.GetBoolean(dr.GetOrdinal("DemiPension")), dr.GetBoolean(dr.GetOrdinal("Internat")), dr.GetBoolean(dr.GetOrdinal("Ascenseur")), int.Parse(dr["CapaciteTheorique"].ToString()),
+                                 dr.GetBoolean(dr.GetOrdinal("DemiPension")), dr.GetBoolean(dr.GetOrdinal("Internat")), dr.GetBoolean(dr.GetOrdinal("Ascenseur")), int.Parse(dr["CapaciteTheorique"].ToString()),int.Parse(dr["Accessibilite"].ToString()),
                                  EntrepotFactory.GetEntrepotActionEducative().GetByCodeRNEAndAnnee,
                                  EntrepotFactory.GetEntrepotClasseDecouverte().GetByCodeRNEAndAnnee,
                                  EntrepotFactory.GetEntrepotATC().GetByCodeRNE,