pt_register('POST', 'submit_form');
pt_register('POST', 'submit_deleta');
pt_register('GET', 'id');
$validacaoCLASS = new ValidacaoCLASS();
$contaDAO = new ContaDAO();
?>
<h1 class="tit"><img src="../images/tit/tit_recebimento.png" alt="T�tulo" />Alterar Boleto</h1>
<a href="#" class="topo">topo</a>
<hr class="tit" />
</div>
<div id="meio">
<table width="100%" border="0" cellpadding="10" cellspacing="0">
	<tr>
		<td valign="top" align="center">
<?php 
$p = $contaDAO->listaBoletoBrad($id, $controle_id_empresa);
if ($p->id_conta_fatura == '') {
    echo 'Boleto n�o encontrado.<br><br><a href=""';
    exit;
}
#altera��o de vencimento
if ($submit_form != '' and $ocorrencia == 6 and $p->status == 1) {
    $errors = array();
    $error = '<div class="erro"><b>Ocorreram os seguintes erros:</b><br>';
    $cont = 0;
    pt_register('POST', 'vencimento');
    pt_register('POST', 'ocorrencia');
    if ($vencimento == "" or $ocorrencia == "") {
        if ($vencimento == "") {
            $errors['vencimento'] = 1;
        }