Skip to content

Commit

Permalink
cte insucesso
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseQuintas committed Dec 18, 2024
1 parent 9a7c38c commit 33912c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ze_sefaz_CTeEventoInsucessoEntrega.prg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FUNCTION ze_sefaz_CTeEventoInsucessoEntrega( Self, cChave, nSequencia, nProt, ;
cXml += XmlTag( "descEvento", "Insucesso na Entrega do CT-e" )
cXml += XmlTag( "nProt", Ltrim( Str( nProt ) ) )
cXml += XmlTag( "dhTentativaEntrega", DateTimeXml( dDataEntrega, cHoraEntrega, ::cUF ) )
cXml += XmlTag( "nTentativa", Ltrim( Str( nTentativa ) ) )
cXml += XmlTag( "nTentativa", StrZero( nTentativa, 3 ) )
cXml += XmlTag( "tpMotivo", Ltrim( cMotivo ) )

if Alltrim(cMotivo) == '4'
Expand Down

0 comments on commit 33912c1

Please sign in to comment.