function addTiposDeRecibos()
 {
     $xSel = new cHSelect();
     $this->mStruct .= $xSel->getListaDeTiposDeRecibos()->get(true);
     $this->mJsVars .= "var idtipoderecibo\t= \$('#idtipoderecibo').val();\r\n";
     $this->mURL .= " + \"&tiporecibo=\" + idtipoderecibo ";
 }