mirror of
https://github.com/KeymonSoft/Guna_Preventa.git
synced 2026-04-20 22:29:21 +00:00
- VERSION 5.12.10
- Se agrego codigo para las promos por rango. - FALTA PONERLO EN TICKETS y PDFS
This commit is contained in:
@@ -89,7 +89,6 @@ Sub GPS_LocationChanged (Location1 As Location)
|
||||
If GUARDA.IsInitialized Then
|
||||
GUARDA.Visible = True 'Si hay ubicaccion, mostramos el boton de guardar.
|
||||
l_sinUbicacion.Visible = True
|
||||
|
||||
End If
|
||||
End If
|
||||
Log("CAMBIE")
|
||||
@@ -100,10 +99,8 @@ Sub GPS_LocationChanged (Location1 As Location)
|
||||
lat = Location1.Latitude
|
||||
lon = Location1.Longitude
|
||||
l_sinUbicacion.Text = ("Latitud: " & lat & ", Longotud: "& lon)
|
||||
|
||||
End If
|
||||
End If
|
||||
|
||||
End Sub
|
||||
|
||||
Sub CANCELA_Click
|
||||
|
||||
Reference in New Issue
Block a user