minor fix

This commit is contained in:
Camilo Sarmiento 2020-07-21 15:29:17 -05:00
parent 3ec532885f
commit f8161c8d50
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ from .constants import (PATH_PRINTERS, DELTA_LOCALE, STRETCH, alignRight,
DIALOG_REPLY_YES, ZERO, FRACTIONS, RATE_CREDIT_LIMIT, SCREENS, FILE_BANNER,
CONVERSION_DIGITS)
INVOICE_TYPE = [('', ''), ('P', self.tr('POS')]
INVOICE_TYPE = [('', ''), ('P', self.tr('POS'))]
class MainWindow(FrontWindow):