From ed595d22a12522d715bc1e5e31f6fc34815786ea Mon Sep 17 00:00:00 2001 From: humano Date: Sat, 28 Mar 2020 20:30:46 -0500 Subject: [PATCH] debug --- funciones/funciones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 5e2ce0d..1e6470a 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -6454,7 +6454,7 @@ return $respuesta; return $resultado; } elseif($tipo =="grid") { - return $linea_grid; + return "$consulta_principal".$linea_grid; } elseif($tipo =="simple") { return $linea;