mirror of
https://github.com/KeymonSoft/Kelloggs_v4.git
synced 2026-04-17 18:26:11 +00:00
25/9/23 - Cambios en "Cliente" para en abordo
- Se modifica cliente para que aparezca el boton de venta cuando esta fuera de la geocerca y el cliente es abordo. - Se modifica "Producto" para que si ya se imprimió la venta, no permita borra productos del abordo.
This commit is contained in:
@@ -699,7 +699,7 @@ Sub GPS_LocationChanged (Location1 As Location)
|
||||
gest.Visible = True
|
||||
' gps_boton_doe ="1"
|
||||
' LogColor($"Distancia actual: ${distance}"$, Colors.Blue)
|
||||
If distance <= 5000000 Or usuario = "KMTSKLL1" Then
|
||||
If distance <= 5000000 Or usuario = "KMTSKLL1" Or la_cuenta.Text = "0" Then
|
||||
' If pgs_boton_noventa = "1" Then b_noVenta.Visible = True
|
||||
' If gps_boton_doe ="1" Then b_whats.Visible = True
|
||||
B_VENTA.Visible = True
|
||||
|
||||
Reference in New Issue
Block a user