minor fix

This commit is contained in:
Wilson Gomez 2023-08-04 20:54:46 -05:00
parent b8642b89a5
commit c9a687809f
1 changed files with 1 additions and 1 deletions

View File

@ -791,7 +791,7 @@ class AppWindow(FrontWindow):
def change_view_to(self, to_view):
self.field_salesman_code_ask.setText('')
if to_view == 'start_front':
# self.print_no_commanded()
self.print_no_commanded()
self.salesman = {}
self.order_front.hide()
self.start_front.show()