Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
mileo authored Jun 13, 2024
1 parent b526a64 commit e130ab4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/brcobranca/remessa/cnab400/itau.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,12 @@ def monta_detalhe(pagamento, sequencial)
end

def prazo_instrucao(pagamento)
return '03' unless ['09', '34', '35'].include?(pagamento.cod_primeira_instrucao)

return '03' unless ["09", "34", "35"].include?(
pagamento.cod_primeira_instrucao
)
pagamento.dias_protesto.rjust(2, '0')
end


def monta_detalhe_multa(pagamento, sequencial)
detalhe = '2'
detalhe += pagamento.codigo_multa
Expand Down

0 comments on commit e130ab4

Please sign in to comment.