minor fix

This commit is contained in:
Camilo Sarmiento 2020-09-19 10:17:00 -05:00
parent 9f4a620145
commit 7ac79d525a

View file

@ -510,7 +510,7 @@ class DialogPrintInvoice(QWidget):
'type': 'selection', 'type': 'selection',
'values': [ 'values': [
('invoice', self.tr('INVOICE')), ('invoice', self.tr('INVOICE')),
('order', self.tr('ORDER')) ('order', self.tr('ORDER')),
('delivery', self.tr('DELIVERY')) ('delivery', self.tr('DELIVERY'))
], ],
}), }),