Skip to content

Commit

Permalink
Corrigido tags do retorno de Distribuição DF-e
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaribeiro committed Feb 4, 2015
1 parent 42c8a0c commit 675b787
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pysped/nfe/leiaute/distdfeint_100.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ def set_xml(self, arquivo):
class DocZip(XMLNFe):
def __init__(self):
super(DocZip, self).__init__()
self.NSU = TagCaracter(nome='docZip', propriedade='NSU' , namespace=NAMESPACE_NFE, raiz='//docZip')
self.schema = TagCaracter(nome='docZip', propriedade='schema', namespace=NAMESPACE_NFE, raiz='//docZip')
self.base64Binary = TagCaracter(nome='', namespace=NAMESPACE_NFE, raiz='//docZip')
self.NSU = TagCaracter(nome='docZip', propriedade='NSU' , namespace=NAMESPACE_NFE, raiz='')
self.schema = TagCaracter(nome='docZip', propriedade='schema', namespace=NAMESPACE_NFE, raiz='')
self.base64Binary = TagCaracter(nome='docZip', namespace=NAMESPACE_NFE, raiz='')

def get_xml(self):
xml = XMLNFe.get_xml(self)
Expand Down

0 comments on commit 675b787

Please sign in to comment.