From 9233892e453910ad624a958080f45c7d5e7d72ec Mon Sep 17 00:00:00 2001 From: Gabriel Cardoso de Faria Date: Wed, 15 Aug 2018 16:54:11 -0300 Subject: [PATCH] [FIX] Tamanho do campo nDI --- pysped/nfe/leiaute/nfe_400.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pysped/nfe/leiaute/nfe_400.py b/pysped/nfe/leiaute/nfe_400.py index dd0f0f98..df994653 100644 --- a/pysped/nfe/leiaute/nfe_400.py +++ b/pysped/nfe/leiaute/nfe_400.py @@ -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):