1
0
Fork 0

bug menor en funciones

This commit is contained in:
humano 2018-07-08 19:24:54 -05:00
parent 3fccadbd18
commit a86384de22
1 changed files with 1 additions and 1 deletions

View File

@ -11963,7 +11963,7 @@ if ($control !=""){
$impresion = formulario_imprimir("$id","$control","$plantilla",'');
}
else{$impresion ="nada";}
else{$impresion ="";}
if($div !="") {
$respuesta->addAssign("$div","innerHTML","$impresion");
return $respuesta;