Skip to content

Commit 12ff0ce

Browse files
Add logo Receipt from the Beneficiary (kivanio#255)
1 parent 58bea9a commit 12ff0ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/brcobranca/boleto/template/rghost2.rb

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def modelo_generico_template(doc, _boleto, template_path)
126126

127127
# Monta Recibo do Beneficiário
128128
def modelo_recibo_beneficiario(doc, boleto)
129+
monta_logotipo(doc, boleto, 14.500, 26.850, 1.00)
129130
doc.moveto x: 4.28, y: 26.87
130131
doc.show truncar(boleto.cedente, 90), tag: :menor
131132
doc.moveto x: 4.28, y: 26.33

0 commit comments

Comments
 (0)