Browse Source

corrige pre-seleção

pull/2457/head
Leandro Roberto 6 years ago
parent
commit
2277ba56ae
  1. 2
      sapl/templates/parlamentares/frente_form.html

2
sapl/templates/parlamentares/frente_form.html

@ -64,7 +64,7 @@
{frente_id: frente_id}, {frente_id: frente_id},
function (data) { function (data) {
id_list = data['id_list']; id_list = data['id_list'];
$("div.controls select").val(id_list); $("id_parlamentares").val(id_list);
}); });
{% endif %} {% endif %}
} }

Loading…
Cancel
Save