mirror of
https://github.com/KeymonSoft/Marquez.git
synced 2026-04-19 05:39:23 +00:00
radiobutton de no venta se desmarcan y no deja eliminar su venta deshabilitando los botones
This commit is contained in:
@@ -1418,7 +1418,7 @@ Sub pedidoGuardado As Boolean
|
||||
Private g As Cursor = B4XPages.MainPage.skmt.ExecQuery("select gestion from kmt_info where CAT_CL_CODIGO in (Select CUENTA from cuentaa)")
|
||||
If g.RowCount > 0 Then
|
||||
g.Position=0
|
||||
If g.GetString("gestion") = "2" Then guardado = True
|
||||
If g.GetString("gestion") = "2" or g.GetString("gestion") = "3" Then guardado = True
|
||||
End If
|
||||
' Log($"Guardado=${guardado}"$)
|
||||
Return guardado
|
||||
|
||||
Reference in New Issue
Block a user