Skip to content

Commit

Permalink
[IMP] l10n_br_fiscal_edi: add _document_qrcode() on _exec_before_SITU…
Browse files Browse the repository at this point in the history
…ACAO_EDOC_A_ENVIAR method.
  • Loading branch information
marcelsavegnago committed Dec 4, 2024
1 parent b9f9b8d commit b83eb7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l10n_br_fiscal_edi/models/document_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def _exec_before_SITUACAO_EDOC_A_ENVIAR(self, old_state, new_state):
self._document_number()
self._document_comment()
self._document_check()
self._document_qrcode()
self._document_export()
return True

Expand Down

0 comments on commit b83eb7a

Please sign in to comment.