remove button channel y window panel left

This commit is contained in:
Wilson Gomez 2022-10-31 09:01:45 -05:00
parent 431dc46076
commit 20e8cd265f
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ class ButtonsFunction(QGridLayout):
['button_delivery_party', 'DOMICILIARIO', 'action_delivery_party'],
['button_position', 'POSICION', 'action_position'],
['button_print_order', 'ENVIAR ORDEN', 'action_send_order'],
['button_channel', 'CANALES', 'action_source'],
# ['button_channel', 'CANALES', 'action_source'],
['button_advance', 'ANTICIPO', 'action_add_advance'],
])

View File

@ -1 +1 @@
__version__ = "5.0.55"
__version__ = "5.0.56"