diff --git a/boleto_bancoob.php b/boleto_bancoob.php index af4e221..a83da17 100644 --- a/boleto_bancoob.php +++ b/boleto_bancoob.php @@ -105,8 +105,8 @@ function formata_numdoc($num,$tamanho) } $Resto = $calculoDv % 11; $Dv = 11 - $Resto; -if ($Dv == 0) $Dv = 0; -if ($Dv == 1) $Dv = 0; +//if ($Dv == 0) $Dv = 0; +//if ($Dv == 1) $Dv = 0; if ($Dv > 9) $Dv = 0; $dadosboleto["nosso_numero"] = $NossoNumero . $Dv; @@ -170,4 +170,4 @@ function formata_numdoc($num,$tamanho) // NÃO ALTERAR! include("include/funcoes_bancoob.php"); include("include/layout_bancoob.php"); -?> +?>