Skip to content

Commit da449ee

Browse files
author
Douglas Ausech
committed
ajuste na versao dados para consulta cadastro
1 parent 596b3de commit da449ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pynfe/processamento/comunicacao.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def consultar_cadastro(self, modelo, ie, cnpj):
190190
info = etree.SubElement(raiz, 'infCons')
191191
etree.SubElement(info, 'xServ').text = 'CONS-CAD'
192192
etree.SubElement(info, 'UF').text = self.uf.upper()
193-
etree.SubElement(info, 'IE').text = ie
193+
#etree.SubElement(info, 'IE').text = ie
194194
etree.SubElement(info, 'CNPJ').text = cnpj
195195
#etree.SubElement(info, 'CPF').text = cpf
196196
# Monta XML para envio da requisição

0 commit comments

Comments
 (0)