diff --git a/ieducar/intranet/public_logradouro_lst.php b/ieducar/intranet/public_logradouro_lst.php index 2e88f2f..f4cd588 100755 --- a/ieducar/intranet/public_logradouro_lst.php +++ b/ieducar/intranet/public_logradouro_lst.php @@ -291,7 +291,7 @@ document.getElementById('idpais').onchange = function() function getUf( xml_uf ) { var campoUf = document.getElementById('sigla_uf'); - var DOM_array = xml_uf.getElementsByTagName( "uf" ); + var DOM_array = xml_uf.getElementsByTagName( "estado" ); if(DOM_array.length) { diff --git a/ieducar/intranet/public_municipio_lst.php b/ieducar/intranet/public_municipio_lst.php index 77349de..e14d4ef 100755 --- a/ieducar/intranet/public_municipio_lst.php +++ b/ieducar/intranet/public_municipio_lst.php @@ -229,7 +229,7 @@ document.getElementById('idpais').onchange = function() function getUf( xml_uf ) { var campoUf = document.getElementById('sigla_uf'); - var DOM_array = xml_uf.getElementsByTagName( "uf" ); + var DOM_array = xml_uf.getElementsByTagName( "estado" ); if(DOM_array.length) { diff --git a/ieducar/intranet/urbano_cep_logradouro_lst.php b/ieducar/intranet/urbano_cep_logradouro_lst.php index 2e703b9..e10c5c7 100755 --- a/ieducar/intranet/urbano_cep_logradouro_lst.php +++ b/ieducar/intranet/urbano_cep_logradouro_lst.php @@ -275,7 +275,7 @@ document.getElementById('idpais').onchange = function() function getUf( xml_uf ) { var campoUf = document.getElementById('sigla_uf'); - var DOM_array = xml_uf.getElementsByTagName( "uf" ); + var DOM_array = xml_uf.getElementsByTagName( "estado" ); if(DOM_array.length) { -- libgit2 0.21.2