Skip to content

Commit

Permalink
[IMP] edoc/nfe: add method monta_qrcode
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsavegnago committed Dec 2, 2024
1 parent aa391fe commit 9dbd3b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/erpbrasil/edoc/edoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,6 @@ def _verifica_documento_ja_enviado(self, proc_consulta):

def monta_processo(self, edoc, proc_envio, proc_recibo):
return True

def monta_qrcode(self, chave):
return
3 changes: 3 additions & 0 deletions src/erpbrasil/edoc/nfe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1093,3 +1093,6 @@ def consultar_cadastro(self, uf, cnpj=None, cpf=None, ie=None):
"consultaCadastro",
retConsCad,
)

def monta_qrcode(self, chave):
return

0 comments on commit 9dbd3b2

Please sign in to comment.