This commit is contained in:
cvaldes1201
2025-01-06 16:05:12 -06:00
parent 866de3d47c
commit e3ce321d6c
3 changed files with 10 additions and 10 deletions

View File

@@ -155,9 +155,9 @@ Sub B4XPage_Appear
L_CANT.Text = cym.Get("cantidad")
l_total.Text = Round2(cym.Get("monto"), 2)
If CREDITO = "1" Then
Msgbox("AVISO","SE TIENE QUE IMPRIMIR PAGARÉ") 'ignore
End If
' If CREDITO = "1" Then
' Msgbox("AVISO","SE TIENE QUE IMPRIMIR PAGARÉ") 'ignore
' End If
' Private cym As Map = Subs.traemosCantYMonto(clv_pedido)
' L_CANT.Text = cym.Get("cantidad")
' l_total.Text = cym.Get("monto")