Skip to content

Commit

Permalink
Merge d48f28d into 4ebc848
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaribeiro committed Sep 12, 2019
2 parents 4ebc848 + d48f28d commit cb7346b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytrustnfe/nfe/danfe.py
Expand Up @@ -359,7 +359,7 @@ def ide_emit(self, oXML=None, timezone=None):
self.canvas.restoreState()

# Cancelado
if tagtext(oNode=elem_evento, cTag='cStat') == '135':
if tagtext(oNode=elem_evento, cTag='cStat') in ('135', '155'):
self.canvas.saveState()
self.canvas.rotate(45)
self.canvas.setFont('NimbusSanL-Bold', 60)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


VERSION = "1.0.42"
VERSION = "1.0.43"


setup(
Expand Down

0 comments on commit cb7346b

Please sign in to comment.