mejoras remplacetas devuelve id_campo

This commit is contained in:
humano 2020-05-16 14:48:38 -05:00
parent 4870cebf32
commit 3bcf149ea8
1 changed files with 5 additions and 2 deletions

View File

@ -9949,7 +9949,7 @@ function mostrar_identificador($control,$form,$plantilla,$tipo,$timestamp){
<div id ='mostrar_identificador_$control' class='mostrar_identificador '>
$visitas
$datos_form
<!-- plantilla $plantilla -->
<!-- plantilla $plantilla xxx -->
<!-- plantilla $plantilla_identificador -->
$impresion
@ -9964,7 +9964,8 @@ function mostrar_identificador($control,$form,$plantilla,$tipo,$timestamp){
$resultado = $impresion;
}
}else{
$resultado ="<div class='container alert alert-warning alert_sin_resultados'><h1>No hay resultados 0002</h1></div>";
//$resultado ="<div class='container alert alert-warning alert_sin_resultados'><h1>No hay resultados 0002</h1></div>";
$resultado ="";
}
return $resultado ;
@ -15791,6 +15792,7 @@ $resultado[] = @mysqli_result($sql,0,"form_id");
$resultado[] = @mysqli_result($sql,0,"id_usuario"); //6
$resultado[] = @mysqli_result($sql,0,"id_empresa"); //7
$resultado[] = @mysqli_result($sql,0,"equipo"); //8
$resultado[] = @mysqli_result($sql,0,"id_campo"); //9
}else{
$resultado[0] = '';
$resultado[1] ="";
@ -15801,6 +15803,7 @@ $resultado[] = @mysqli_result($sql,0,"equipo"); //8
$resultado[6] = NULL;
$resultado[7] = NULL;
$resultado[8] = NULL;
$resultado[9] = NULL;
}
mysqli_close($link);
return $resultado;