Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correção da estrutura do xml para notas referenciadas #135

Merged
merged 1 commit into from
Jan 26, 2022

Conversation

leogregianin
Copy link
Collaborator

Hoje está gerando dessa forma:

<NFref>
    <refNFe>41090501234567801235500100000999999999</refNFe>
    <refNFe>41090501234567801235500110000888888888</refNFe>
</NFref>

e deveria gerar dessa forma:

<NFref>
    <refNFe>41090501234567801235500100000999999999</refNFe>
</NFref>
<NFref>
    <refNFe>41090501234567801235500110000888888888</refNFe>
</NFref>

@leogregianin
Copy link
Collaborator Author

Peguei esse erro rodando a branch de test :D

@juniortada juniortada merged commit ea25a15 into TadaSoftware:master Jan 26, 2022
@leogregianin leogregianin deleted the notas-referenciadas branch January 26, 2022 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants