mirror of
https://github.com/KeymonSoft/Kelloggs_v4.git
synced 2026-04-17 18:26:11 +00:00
- Cambios para que el abordo en Resumen Dia se actualice automaticamente.
- Cambio para ue los botones de Cliente Nuevo y Abordo no aparezcan si no esta cargada la ruta.
This commit is contained in:
@@ -1087,21 +1087,16 @@ Sub B_IMP2_Click
|
||||
Msgbox2Async("No tienes venta suficiente","Atención", "Modificar pedido", "", "Borrar pedido",LoadBitmap(File.DirAssets,"alert2.png"),False)
|
||||
Wait For Msgbox_Result (result As Int)
|
||||
If result = DialogResponse.POSITIVE Then
|
||||
|
||||
ToastMessageShow("Positivo",True)
|
||||
' ToastMessageShow("Positivo",True)
|
||||
B4XPages.ShowPage("Productos")
|
||||
|
||||
Else If result = DialogResponse.NEGATIVE Then
|
||||
|
||||
ToastMessageShow("Negativo",True)
|
||||
' ToastMessageShow("Negativo",True)
|
||||
B4XPages.MainPage.nota.borra_Click
|
||||
B4XPage_Appear
|
||||
|
||||
End If
|
||||
Else If kh.traeDisponibleAbordo >= 0 Then
|
||||
Imprime_ticket
|
||||
End If
|
||||
|
||||
End Sub
|
||||
|
||||
Sub Imprime_ticket
|
||||
|
||||
Reference in New Issue
Block a user