- VERSION 5.06.25

- Correccion en el codigo de geocerca
This commit is contained in:
2025-06-25 19:36:45 -06:00
parent 896ce0519f
commit 694502a9f2
3 changed files with 5 additions and 5 deletions

View File

@@ -354,7 +354,7 @@ Sub B4XPage_Appear
End If
Log("DISTANCIA: " & distance)
If Subs.hayPedido Or distance <= 50 Then ' Si estamos dentro de la geocerca, habilitamos los botones de Venta y noVenta
If Subs.hayPedido Or distance <= 50 Or Not(Subs.geocercaHabilitada) Then ' Si estamos dentro de la geocerca, habilitamos los botones de Venta y noVenta
b_noVenta.Visible = True
b_venta.Visible = True
Log("Botones visibles")