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