|
|
@ -1,6 +1,6 @@ |
|
|
<envEvento xmlns="http://www.portalfiscal.inf.br/nfe" versao="1.00"> |
|
|
<envEvento xmlns="http://www.portalfiscal.inf.br/nfe" versao="1.00"> |
|
|
<idLote>{{ lote }}</idLote> |
|
|
<idLote>{{ lote }}</idLote> |
|
|
<evento xmlns="http://www.portalfiscal.inf.br/nfe" versao="1.00"> |
|
|
|
|
|
|
|
|
<evento versao="1.00"> |
|
|
<infEvento Id="{{ manifesto.identificador }}"> |
|
|
<infEvento Id="{{ manifesto.identificador }}"> |
|
|
<cOrgao>91</cOrgao> |
|
|
<cOrgao>91</cOrgao> |
|
|
<tpAmb>{{ ambiente }}</tpAmb> |
|
|
<tpAmb>{{ ambiente }}</tpAmb> |
|
|
@ -12,7 +12,6 @@ |
|
|
<verEvento>1.00</verEvento> |
|
|
<verEvento>1.00</verEvento> |
|
|
<detEvento versao="1.00"> |
|
|
<detEvento versao="1.00"> |
|
|
<descEvento>{{ manifesto.event_description }}</descEvento> |
|
|
<descEvento>{{ manifesto.event_description }}</descEvento> |
|
|
<xJust>{{ manifesto.justificativa }}</xJust> |
|
|
|
|
|
</detEvento> |
|
|
</detEvento> |
|
|
</infEvento> |
|
|
</infEvento> |
|
|
</evento> |
|
|
</evento> |
|
|
|