parroquia 1.1.31 → 1.1.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/parroquia/sacramentos/resultados.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 93a9fc3301c58f7ca81db37cddd8beac15c576c77d89949a5de8a5ff06fe5de1
|
4
|
+
data.tar.gz: 1d502bb4ae9ed942dfa88f80f883c2f9f00330ed5b63ccb35ccf6125e8b031a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5139a1165487072740fa92813bc85c794ab9d0f4cd6ef7a9c03f2aaa4b2e4eb75dd999fb46910d4dc3b80df217460dc07bd1c03480b7015cda71f0c86b664e93
|
7
|
+
data.tar.gz: 113e56a1299153ac0bcbe027640362b8974e7cedaddcee89527ef8cce5db63121857f7d39d59246b8a0b1f5b5f58e7a8e5251f68d14d8f510f0e6105c6508cd8
|
@@ -607,7 +607,7 @@ class ResultadosConsulta < FXMainWindow
|
|
607
607
|
pdf.text (registro[31]).to_s, align: :justify
|
608
608
|
pdf.move_down 10
|
609
609
|
# Parroquia
|
610
|
-
pdf.text "Párroco de la Parroquia
|
610
|
+
pdf.text "Párroco de la Parroquia \"#{registro[29]}\"", align: :justify
|
611
611
|
pdf.move_down 10
|
612
612
|
pdf.text 'Presente.', align: :justify
|
613
613
|
pdf.move_down 10
|
@@ -615,7 +615,7 @@ class ResultadosConsulta < FXMainWindow
|
|
615
615
|
pdf.text 'Reciba un afectuoso saludo.', align: :justify
|
616
616
|
pdf.move_down 10
|
617
617
|
# Cuerpo
|
618
|
-
pdf.text "Por medio de la presente. Quien suscribe Padre #{registro[4]}, Párroco de la parroquia \"San Judas Tadeo\", AUTORIZO y habiéndose realizado los trámites canónicos para celebrar ante la Iglesia Católica el matrimonio de #{registro[23]} #{registro[24]} CI #{registro[27]} y de #{registro[11]} #{registro[12]} CI #{registro[13]} y también los testigos #{registro[7]}
|
618
|
+
pdf.text "Por medio de la presente. Quien suscribe Padre #{registro[4]}, Párroco de la parroquia \"San Judas Tadeo\", AUTORIZO y habiéndose realizado los trámites canónicos para celebrar ante la Iglesia Católica el matrimonio de #{registro[23]} #{registro[24]} CI #{registro[27]} y de #{registro[11]} #{registro[12]} CI #{registro[13]} y también los testigos #{registro[7]} y #{registro[8]} para que contraigan matrimonio el #{cambiar_formato_fecha(registro[2])} en la parroquia antes mencionada.",
|
619
619
|
align: :justify
|
620
620
|
pdf.move_down 10
|
621
621
|
# Despedida
|