Skip to content

Commit

Permalink
Novo recurso para impressão de QR Code - Trazendo recurso do BoletoNe…
Browse files Browse the repository at this point in the history
…t para o Boleto2Net
  • Loading branch information
Jonathan Cubillos committed Mar 18, 2024
1 parent 8876d70 commit 3562039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Boleto2.Net/BoletoImpressao/BoletoBancario.cs
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ private string MontaHtml(string urlImagemLogo, string urlImagemBarra, string ima
.Replace("@ENDERECOCEDENTE", MostrarEnderecoCedente ? enderecoCedente : "")
.Replace("@INSTRUCOES", Boleto.MensagemInstrucoesCaixa);

if (String.IsNullOrWhiteSpace(Boleto.QRCode))
if (string.IsNullOrWhiteSpace(Boleto.QRCode))
html = html
.Replace("@QRCODE", "")
.Replace("@COPIARCOLAR", "");
Expand Down

0 comments on commit 3562039

Please sign in to comment.