Browse Source

fix 2558

pull/2569/head
Cesar Carvalho 7 years ago
parent
commit
6792b583d6
  1. 2
      sapl/templates/norma/normajuridica_form.html

2
sapl/templates/norma/normajuridica_form.html

@ -20,7 +20,7 @@
numero_materia: numero_materia,
ano_materia: ano_materia},
function(data, status) {
$("#id_ementa").val(data.ementa.replace("–", "–"));
$("#id_ementa").val(data.ementa);
$("#id_indexacao").val(data.indexacao);
}
);

Loading…
Cancel
Save