From 12ff0ced3939202ae54f3f0b642b835e1f0bb596 Mon Sep 17 00:00:00 2001 From: CristianoMafraJunior <142639425+CristianoMafraJunior@users.noreply.github.com> Date: Sun, 24 Mar 2024 15:40:39 -0300 Subject: [PATCH] Add logo Receipt from the Beneficiary (#255) --- lib/brcobranca/boleto/template/rghost2.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/brcobranca/boleto/template/rghost2.rb b/lib/brcobranca/boleto/template/rghost2.rb index ab05da00..8a39280c 100644 --- a/lib/brcobranca/boleto/template/rghost2.rb +++ b/lib/brcobranca/boleto/template/rghost2.rb @@ -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