From 0264ec93edb0e850708dbd1ba79aa65586f438b4 Mon Sep 17 00:00:00 2001 From: humano Date: Sat, 27 Oct 2018 18:54:26 -0500 Subject: [PATCH] correcion bug imagenes en impresion de planilla --- funciones/funciones.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/funciones/funciones.php b/funciones/funciones.php index 0358e7a..58174df 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -13802,7 +13802,7 @@ if (mysqli_num_rows($sql)!='0'){ $td .= "$imagen"; }else {$imagen='';} - if(!isset($_REQUEST['print'])) { $src ="data-src";}else{ $src =" print src"; } + if(!isset($_REQUEST['print'])) { $data_src= "data-src"; $src ="src";}else{ $src =" "; $data_src =" print src"; } //return " id= $id // $consulta" ;//print_r($tipo_original); while( $row = mysqli_fetch_array( $sql ) ) { @@ -13873,7 +13873,7 @@ if (mysqli_num_rows($sql)!='0'){ }else { $size="150" ; } - if($contenido !=""){$contenido = ""; } + if($contenido !=""){$contenido = ""; } else{$contenido=" ";} } elseif($campo_tipo=='14'){ @@ -13887,7 +13887,7 @@ if (mysqli_num_rows($sql)!='0'){ //https://staticmap.openstreetmap.co/staticmap.php?center=40.714728,-73.998672&zoom=14&size=865x512&maptype=mapnik $contenido = " - + "; } else { $contenido =' ';}