mirror of
https://github.com/KeymonSoft/Mazapa.git
synced 2026-04-19 13:49:21 +00:00
VERSION 6.01.06
- Se cambio el query para as rutas espejo
This commit is contained in:
@@ -1049,8 +1049,8 @@ Sub cargar_Click
|
||||
reqManager.ExecuteQuery(cmd , 0, "detallepaq")
|
||||
|
||||
cmd.Initialize
|
||||
cmd.Name = "select_cat_clientes_mazapa"
|
||||
cmd.Parameters = Array As Object(e_ruta.text, ALMACEN)
|
||||
cmd.Name = "select_cat_clientes_mazapa2"
|
||||
cmd.Parameters = Array As Object(e_ruta.text,e_ruta.text, ALMACEN,e_ruta.text,e_ruta.text)
|
||||
reqManager.ExecuteQuery(cmd , 0, "kmt_datos")
|
||||
|
||||
cmd.Initialize
|
||||
|
||||
Reference in New Issue
Block a user