SE MEDIO AGREGA LO DE CLIENTES NUEVOS

This commit is contained in:
Javier
2025-11-28 11:29:33 -06:00
parent 4b886aebb6
commit 9b5c409c9f
4 changed files with 28 additions and 13 deletions

View File

@@ -389,7 +389,7 @@ Sub GUARDA_Click
c = Starter.skmt.ExecQuery("select CAT_CL_RUTA FROM kmt_info")
c.Position = 0
no_ruta = c.GetString("CAT_CL_RUTA")
no_cliente = "N" & sTime & no_ruta
no_cliente = "N" & sTime & no_ruta
Log("++ ++ no_cliente = "&no_cliente)
c.Close