Browse Source
Merge pull request #78 from erikseyti/master
Adicionado Atributo Cbenef a Classe NotaFiscalProduto
new_mdfe
Junior Tada
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
pynfe/entidades/notafiscal.py
|
|
|
@ -550,6 +550,9 @@ class NotaFiscalProduto(Entidade): |
|
|
|
# - Unidade Tributavel (obrigatorio) |
|
|
|
unidade_tributavel = str() |
|
|
|
|
|
|
|
# - cBenef |
|
|
|
cbenef = str() |
|
|
|
|
|
|
|
# - Quantidade Tributavel (obrigatorio) |
|
|
|
quantidade_tributavel = Decimal() |
|
|
|
|
|
|
|
|