mirror of
https://github.com/KeymonSoft/Kelloggs_v4.git
synced 2026-04-20 19:49:12 +00:00
- Correccion en el codigo del B_IMP2 y el pedido sugerido!!
This commit is contained in:
@@ -1083,7 +1083,7 @@ End Sub
|
||||
|
||||
Sub B_IMP2_Click
|
||||
LogColor(kh.traeDisponibleAbordo,Colors.Green)
|
||||
If kh.traeDisponibleAbordo < 0 Then
|
||||
If kh.traeDisponibleAbordo < 0 And la_cuenta.Text = "0" Then
|
||||
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
|
||||
@@ -1094,7 +1094,7 @@ Sub B_IMP2_Click
|
||||
B4XPages.MainPage.nota.borra_Click
|
||||
B4XPage_Appear
|
||||
End If
|
||||
Else If kh.traeDisponibleAbordo >= 0 Then
|
||||
Else
|
||||
Imprime_ticket
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user