Skip to content

Commit

Permalink
Add logo Receipt from the Beneficiary (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristianoMafraJunior authored Mar 24, 2024
1 parent 58bea9a commit 12ff0ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/brcobranca/boleto/template/rghost2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def modelo_generico_template(doc, _boleto, template_path)

# Monta Recibo do Beneficiário
def modelo_recibo_beneficiario(doc, boleto)
monta_logotipo(doc, boleto, 14.500, 26.850, 1.00)
doc.moveto x: 4.28, y: 26.87
doc.show truncar(boleto.cedente, 90), tag: :menor
doc.moveto x: 4.28, y: 26.33
Expand Down

0 comments on commit 12ff0ce

Please sign in to comment.