minor fix

This commit is contained in:
wilsongomez 2022-10-18 16:09:54 -05:00
parent edcc6fc056
commit 1845df03f6
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@ class AppWindow(FrontWindow):
'invisible': invisible,
}),
('discount', {
'name': 'DISCUENTOS',
'name': 'DESCUENTOS',
'readonly': True,
'type': 'money',
'size': self.screen_size,