<input name="chkintecred" type="checkbox" id="chkintecred" value="1" <?php 
print $ls_intecred;
?>
>
        Integrar con Sistemas de Cr&eacute;ditos </div></td>
      </tr>
      <tr class="formato-blanco">
        <td height="19">&nbsp;</td>
        <td height="19" colspan="5"><input name="chkestmanant" type="checkbox" id="chkestmanant" value="1" <?php 
print $ls_chkestmanant;
?>
>
        Manejo Anticipo (Caso Pago Directo)</td>
      </tr>
	  <?php 
$lb_valido = $io_empresa->uf_buscar_partida_ingreso($ls_empresa);
if ($lb_valido && $ls_operacion == 'BUSCAR') {
    $readonly = "disabled";
} else {
    $readonly = "";
}
?>
      <tr class="formato-blanco">
        <td height="19"><input name="hidpresing" type="hidden" id="hidpresing" value="<?php 
print $li_presing;
?>
"></td>
        <td height="19" colspan="5"><input name="chkpresing" type="checkbox" id="chkpresing" "<?php 
print $ls_chkpresing;
?>
" "<?php