1
0
Fork 0
This repository has been archived on 2022-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
odoo-pos-distribution/iotbox/patches/remove_get_printer_status.p...

12 lines
310 B
Diff

--- escpos.py.orig 2019-08-27 10:48:53.402884574 +0200
+++ escpos.py 2019-08-27 10:49:01.762946864 +0200
@@ -908,8 +908,6 @@
else:
raise CashDrawerError()
- self.get_printer_status()
-
def hw(self, hw):
""" Hardware operations """
if hw.upper() == "INIT":