forked from qwerty/tupali
implementacion de impresion por uri en vista de informe
This commit is contained in:
parent
c973bc9cfc
commit
38a5536a3d
@ -168,7 +168,8 @@ if ($variable !=''){
|
||||
$set =$v[1];
|
||||
/// s= SET DE DATOS
|
||||
$embebido = "1";
|
||||
$onload = "".consultar_contenido_formulario("$set",'',"",'listado','',"$plantilla")."";
|
||||
if(isset($_REQUEST['print'])) { $print = "window.print()";}
|
||||
$onload = "".consultar_contenido_formulario("$set",'',"",'listado','',"$plantilla")." <script type=\"text/javascript\">$print</script> ";
|
||||
|
||||
}
|
||||
elseif($v[0] =='I') {
|
||||
|
Loading…
Reference in New Issue
Block a user