function jsaGetLetrasAVencerTodas($fecha)
{
    $xD = new cFecha();
    $xL = new cSQLListas();
    $fecha = $xD->getFechaISO($fecha);
    $sql = $xL->getListadoDeLetrasConCreditos_Simple($fecha, false, "", "", "", true);
    //, false, "", "", " AND (`creditos_tipoconvenio`.`tipo_en_sistema` =$producto) ");
    $xT = new cTabla($sql, 2);
    $xT->setWithMetaData(true);
    //$xT->setClassT("")
    $xT->setEventKey("jsCargarCredito");
    return $xT->Show();
}