From dd9df0abeea55b77c81c3631b8bbbdfcfba95daa Mon Sep 17 00:00:00 2001 From: Fabiana Ofugi + Camila Ferreira Date: Fri, 7 Jun 2013 09:53:08 -0300 Subject: [PATCH] Issue: 11 - Listagem de estados em CEP, logradouro e municipio corrigida, no modulo enderecamento --- ieducar/intranet/public_logradouro_lst.php | 2 +- ieducar/intranet/public_municipio_lst.php | 2 +- ieducar/intranet/urbano_cep_logradouro_lst.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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