minor fix

This commit is contained in:
Camilo Sarmiento 2020-07-29 12:38:27 -05:00
parent d86f618d46
commit 54975feda8
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ class SaleLine(QWidget):
class Help(HelpDialog):
def __init__(self, parent):
super(Help, self).__init__(self)
super(Help, self).__init__(parent)
shortcuts = [
(self.tr('HELP'), 'F1'),
(self.tr('SEARCH PRODUCT'), 'F2'),