Skip to content

Commit

Permalink
Merge pull request BoletoNet#945 from AlanLevoratoSOS/patch-2
Browse files Browse the repository at this point in the history
Adicionando a palavra 'Juros' no boleto da Caixa
  • Loading branch information
carloscds authored Jun 14, 2022
2 parents 24e4cf1 + ca6c418 commit b4d161a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Boleto.Net/BoletoImpressao/BoletoBancario.cs
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,10 @@ private string MontaHtml(string urlImagemLogo, string urlImagemBarra, string ima
html.Append(GeraHtmlReciboCedente());
}

//html.Append(!FormatoCarne ? !FormatoPropaganda ? GeraHtmlReciboCedente() : GeraHtmlPropaganda(GeraHtmlReciboCedente()) : GeraHtmlCarne(GeraHtmlReciboCedente()));
if (Boleto.Banco.Codigo == 104)
html.Replace("Mora / Multa", "Mora / Multa / Juros");

//html.Append(!FormatoCarne ? !FormatoPropaganda ? GeraHtmlReciboCedente() : GeraHtmlPropaganda(GeraHtmlReciboCedente()) : GeraHtmlCarne(GeraHtmlReciboCedente()));

string dataVencimento = Boleto.DataVencimento.ToString("dd/MM/yyyy");

Expand Down

0 comments on commit b4d161a

Please sign in to comment.