- VERSION 4.10.28

- Se corrigió el error de cuando se borraba un producto que estaba en promo y fuera de promo, se borraba todo el pedido.
- Se corrigió que cuando se hacia Back en Nota, se regresaba a Principal
This commit is contained in:
Jose Alberto Guerra Ugalde
2024-10-31 16:23:39 -06:00
parent 15a741c06e
commit 7057c92bb6
6 changed files with 78 additions and 49 deletions

View File

@@ -1946,6 +1946,8 @@ Private Sub B4XPage_CloseRequest As ResumableSub
Else if SV_ENCUESTA.Visible Then
SV_ENCUESTA.visible = False
p_cliente.Visible = True
Else If B4XPages.MainPage.nota Then
Else
B4XPages.ShowPage("Clientes")
End If