Johny Chen Jy
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
4 deletions
-
pytrustnfe/nfe/danfe.py
|
|
|
@ -128,7 +128,8 @@ class danfe(object): |
|
|
|
self.nBottom = 8 |
|
|
|
self.nlin = self.nTop |
|
|
|
self.logo = logo |
|
|
|
self.oFrete = {'0': '0 - Emitente', |
|
|
|
self.oFrete = { |
|
|
|
'0': '0 - Emitente', |
|
|
|
'1': '1 - Destinatário', |
|
|
|
'2': '2 - Terceiros', |
|
|
|
'9': '9 - Sem Frete'} |
|
|
|
|