Skip to content

Commit

Permalink
AVALIAR
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsavegnago committed Sep 4, 2024
1 parent 8b37406 commit a72da13
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 @@ -1091,3 +1091,6 @@ def consultar_cadastro(self, uf, cnpj=None, cpf=None, ie=None):
"consultaCadastro",
retConsCad,
)

def monta_qrcode(self, chave):
return

0 comments on commit a72da13

Please sign in to comment.