EVOLUTION-MANAGER
Edit File: credito.anexo-a.rpt.php
<?php //header("Content-type: text/plain"); //===================================================================================================== //=====> INICIO_H include_once("../core/go.login.inc.php"); include_once("../core/core.error.inc.php"); include_once("../core/core.html.inc.php"); include_once("../core/core.init.inc.php"); $theFile = __FILE__; $permiso = getSIPAKALPermissions($theFile); if($permiso === false){ header ("location:../404.php?i=999"); } $_SESSION["current_file"] = addslashes( $theFile ); //<===== FIN_H $iduser = $_SESSION["log_id"]; //===================================================================================================== $xHP = new cHPage("TR.ANEXO 1", HP_RECIBO); $idsolicitud = parametro("i", DEFAULT_CREDITO, MQL_INT); $idsolicitud = parametro("credito", $idsolicitud, MQL_INT); $idsolicitud = parametro("solicitud", $idsolicitud, MQL_INT); $formato = parametro("forma", 1905, MQL_INT); //$xHP->setNoDefaultCSS(); $xHP->addCSS("../css/contrato.css.php"); echo $xHP->init(); $xFecha = new cFecha(); $xCred = new cCredito($idsolicitud); $xCred->initCredito(); $DCred = $xCred->getDatosDeCredito(); $numero_de_socio = $xCred->getClaveDePersona(); $xForma = new cFormato($formato); $xForma->setCredito($idsolicitud, $DCred); $xForma->setProcesarVars(); echo $xForma->get(); $xHP->fin(); ?>