mirror of
https://github.com/KeymonSoft/Mariana_Censos.git
synced 2026-04-19 21:59:22 +00:00
Correccion para que al entrar a un cliente nuevo desde el mapa nos cargue los datos ya guardados
This commit is contained in:
@@ -426,7 +426,6 @@ Sub mandaPendientes
|
||||
cuestionarioTexto = $"${cuestionarioTexto}|${cuest.GetString("Q_IDPREGUNTA")}|${cuest.GetString("Q_PREGUNTA")}|${cuest.GetString("Q_IDRESPUESTA")}|${cuest.GetString("Q_RESPUESTA")}"$
|
||||
Next
|
||||
End If
|
||||
|
||||
cmd.Initialize
|
||||
cmd.Name = "guardaClienteGeocerca2_MARDS"
|
||||
cmd.Parameters = Array As Object(c.GetString("CAT_CL_CODIGO"), fechaCaptura, Subs.traeUsuarioDeBD, c.GetString("CAT_CL_LAT"), c.GetString("CAT_CL_LONG"), l_ruta.text, Subs.traeAlmacen, c.GetString("LAT_CENSADOR"), c.GetString("LON_CENSADOR"), motivo, comentario, cuestionarioTexto)
|
||||
|
||||
Reference in New Issue
Block a user