diff --git a/app/reporting.py b/app/reporting.py index 5d844c0..5ca8d07 100755 --- a/app/reporting.py +++ b/app/reporting.py @@ -827,6 +827,7 @@ class Receipt(object): self._printer.textln('SISTEMA POS') self._printer.textln('PROVEEDOR DE SOFTWARE PRESIK SAS') self._printer.textln('NIT: 900803782-2') + self._printer.textln('SOFTWARE PRESIK') self._printer.textln('www.presik.com') self.print_enter() self._printer.cut()