Skip to content

Commit

Permalink
[FIX] Tamanho do campo nDI
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcardoso21 committed Aug 15, 2018
1 parent dcd8905 commit 9233892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysped/nfe/leiaute/nfe_400.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@ def __init__(self):
class DI(nfe_310.DI):
def __init__(self):
super(DI, self).__init__()
self.nDI = TagCaracter(nome='nDI' , codigo='I19', tamanho=[1, 20], raiz='//DI')


class Rastro(XMLNFe):
Expand Down

0 comments on commit 9233892

Please sign in to comment.