From 0cb256866e28e90ec51516565ee0fde001343390 Mon Sep 17 00:00:00 2001 From: humano Date: Thu, 29 Nov 2018 12:56:52 -0500 Subject: [PATCH] Correcion render json en planilla --- funciones/funciones.php | 1 + 1 file changed, 1 insertion(+) diff --git a/funciones/funciones.php b/funciones/funciones.php index 3914ad9..1bc4f5c 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -14540,6 +14540,7 @@ if (mysqli_num_rows($sql)!='0'){ elseif($campo_tipo=='29'){ $contenido="";} elseif($campo_tipo=='30'){ $contenido= json_render("$contenido_completo","html","$control");} elseif($campo_tipo=='24'){ $contenido= json_render("$contenido_completo","csv","$control");} + elseif($campo_tipo=='30'){ $contenido= json_render("$contenido_completo","csv","$control");} elseif($campo_tipo=='10'){ // $valor_actual = relacion_render("$formulario","$id_campo","$row[contenido]",'0','relacion_drop'); $contenido = relacion_render("$id","$row[id_campo]",$contenido,'5','relacion_print'); //$contenido= json_render("$contenido_completo","html","$control");}