Skip to content

Commit

Permalink
[FIX] Tag IPI NF-E 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mileo committed Oct 26, 2014
1 parent 9fa0706 commit 6a14bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysped/nfe/leiaute/nfe_310.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def __init__(self):
self.pIPI = TagDecimal(nome='pIPI', codigo='O13', tamanho=[1, 5, 1], decimais=[0, 4, 4], raiz='')

def get_xml(self):
if self.CST.valor not in ('01', '02', '03', '04', '51', '52', '53', '54', '55'):
if self.CST.valor in ('01', '02', '03', '04', '51', '52', '53', '54', '55'):
return ''

#
Expand Down

1 comment on commit 6a14bf5

@mileo
Copy link
Member Author

@mileo mileo commented on 6a14bf5 Dec 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes issue aricaldeira#28

Please sign in to comment.