diff --git a/app/views/api/lheo/index.xml.erb b/app/views/api/lheo/index.xml.erb index e1c23b4c879aff652d5454c8e440b5c4f2d8e7aa..6c55118a00ac22922aa9ba50aa84b9f24202422d 100644 --- a/app/views/api/lheo/index.xml.erb +++ b/app/views/api/lheo/index.xml.erb @@ -13,8 +13,8 @@ <% if program.schools.any? %> <nom-organisme><![CDATA[<%= program.schools.first.name %>]]></nom-organisme> <% end %> - <objectif-formation><![CDATA[<%= program.objectives %>]]></objectif-formation> - <resultats-attendus><![CDATA[<%= program.results %>]]></resultats-attendus> + <objectif-formation><![CDATA[<%= program.best_objectives %>]]></objectif-formation> + <resultats-attendus><![CDATA[<%= program.best_results %>]]></resultats-attendus> </formation> <% end %> </offres>