Browse Source

Update danfe.py

pull/161/head
Johny Chen Jy 7 years ago
committed by GitHub
parent
commit
5999966618
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      pytrustnfe/nfe/danfe.py

9
pytrustnfe/nfe/danfe.py

@ -128,10 +128,11 @@ class danfe(object):
self.nBottom = 8 self.nBottom = 8
self.nlin = self.nTop self.nlin = self.nTop
self.logo = logo self.logo = logo
self.oFrete = {'0': '0 - Emitente',
'1': '1 - Destinatário',
'2': '2 - Terceiros',
'9': '9 - Sem Frete'}
self.oFrete = {
'0': '0 - Emitente',
'1': '1 - Destinatário',
'2': '2 - Terceiros',
'9': '9 - Sem Frete'}
self.oPDF_IO = BytesIO() self.oPDF_IO = BytesIO()
if orientation == 'landscape': if orientation == 'landscape':

Loading…
Cancel
Save