示例#1
0
 public function exportarExcelEncargadosMorosos($datos)
 {
     $oLRrhh = new LRrhh();
     $reportes = $oLRrhh->exportarExcelEncargadosMorosos($datos);
     $reportesEncargados = $oLRrhh->exportarExcelEncargados($datos);
     require_once '../../cvista/rrhh/exportarExcelLosMorosos.php';
 }