1
0
Fork 0

implementacion de plantilla en la vista de informe

This commit is contained in:
fredyrivera 2017-09-14 13:43:06 -05:00
parent 7c5ebc40fe
commit bf8e52e596
1 changed files with 2 additions and 2 deletions

View File

@ -161,14 +161,14 @@ if ($variable !=''){
$set =$v[1];
/// s= SET DE DATOS
$embebido = "1";
$onload = "".consultar_contenido_formulario("$set",'5','','embebido','')."";
$onload = "".consultar_contenido_formulario("$set",'5','','embebido','',"$plantilla")."";
}
elseif($v[0] =='l') {
$set =$v[1];
/// s= SET DE DATOS
$embebido = "1";
$onload = "".consultar_contenido_formulario("$set",'','','listado','')."";
$onload = "".consultar_contenido_formulario("$set",'',"",'listado','',"$plantilla")."";
}
elseif($v[0] =='I') {