sélectionnée.
Lorsque l'implantation est changée, on ajuste les valeurs de points en fonction de cette sélection */
var implantation_id = $("#id_implantation").val();
+ if (implantation_id) {
+ charger_postes(implantation_id);
+ charger_valeurs_point(implantation_id);
+ }
$("#id_implantation").change(function() {
var implantation_id = this.value;
charger_postes(implantation_id);