Skip to content

Commit

Permalink
[MERGE] forward port branch 8.0 up to 9e8f70e
Browse files Browse the repository at this point in the history
  • Loading branch information
KangOl committed Jul 17, 2018
2 parents b6ed005 + 9e8f70e commit e62e17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/hw_escpos/escpos/escpos.py
Expand Up @@ -527,7 +527,7 @@ def barcode(self, code, bc, width=255, height=2, pos='below', font='a'):
# https://github.com/python-escpos/python-escpos/pull/98/files#diff-a0b1df12c7c67e38915adbe469051e2dR444
self._raw('\x00')
else:
raise exception.BarcodeCodeError()
raise BarcodeCodeError()

def receipt(self,xml):
"""
Expand Down

0 comments on commit e62e17d

Please sign in to comment.