Skip to content

Commit

Permalink
tipo_pagamento as default None
Browse files Browse the repository at this point in the history
  • Loading branch information
felps-dev committed Mar 28, 2024
1 parent e2fba76 commit 7536278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynfe/entidades/notafiscal.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class NotaFiscal(Entidade):
90= Sem pagamento
99=Outros
"""
tipo_pagamento = int()
tipo_pagamento = None

# - Forma de emissao (obrigatorio - seleciona de lista) - NF_FORMAS_EMISSAO
forma_emissao = str()
Expand Down

0 comments on commit 7536278

Please sign in to comment.