From 21fa12d34935fc6132027144a42e2142c276f41f Mon Sep 17 00:00:00 2001 From: Wilson Gomez Date: Thu, 9 Nov 2023 14:21:55 -0500 Subject: [PATCH] Add name software in print invoice --- app/reporting.py | 1 + 1 file changed, 1 insertion(+) 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()