1
0
Fork 0

correccion bug f

This commit is contained in:
humano 2017-12-06 09:54:58 -05:00
parent 1b83ed5473
commit dc0d826326
1 changed files with 2 additions and 0 deletions

View File

@ -334,6 +334,8 @@ if ($variable !=''){
elseif($v[0] =='f') {
/// f= FORMULARIO
$form =$v[1];
$empresa = remplacetas('form_id','id',$form,'id_empresa',"") ;
$id_empresa = $empresa[0];
$onload =" <script type=\"text/javascript\">xajax_formulario_embebido_ajax('','$form','','nuevo')</script>";
}
elseif($v[0] =='c') {