Skip to content

Commit

Permalink
[FIX] ejeição-324
Browse files Browse the repository at this point in the history
  • Loading branch information
renatonlima authored and gabrielcardoso21 committed Aug 28, 2018
1 parent 126686c commit ad58063
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pysped/nfe/leiaute/nfe_400.py
Original file line number Diff line number Diff line change
Expand Up @@ -1401,8 +1401,9 @@ def get_xml(self):
xml += self.retirada.xml
xml += self.entrega.xml

for a in self.autXML:
xml += a.xml
if self.emit.CNPJ.valor != self.dest.CNPJ.valor:
for a in self.autXML:
xml += a.xml

for d in self.det:
d.imposto.ICMS.regime_tributario = self.emit.CRT.valor
Expand Down

0 comments on commit ad58063

Please sign in to comment.