parroquia 1.1.32 → 1.1.33
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 +3 -3
- 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: 0726bb2230e5d5a4102040618f8f34929dff37a4b963b23be14c4244fb0ba23f
|
4
|
+
data.tar.gz: f2c74b4d67aad6b37babe67dda8ce7a5d568d0b94a7e68c6eb638acfcf0b7a9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2eecab1e6d26c98822eeba8082d95fb36f91b0130e0fbbab4d353c3346214831eba8daeaa40a58390a92336bd60fbfc36521cbc7c017f3c7cb597769191cc8f8
|
7
|
+
data.tar.gz: 410df19372efd26f674db981d82ea269f8ca765ff625f9b27a81e2c45b86ad0c498e1011b5f52291412e61c65995bfac31d6646d980a694521eda723f118de25
|
@@ -532,7 +532,7 @@ class ResultadosConsulta < FXMainWindow
|
|
532
532
|
pdf.text (registro[31]).to_s, align: :justify
|
533
533
|
pdf.move_down 10
|
534
534
|
# Parroquia
|
535
|
-
pdf.text "Párroco de la Parroquia
|
535
|
+
pdf.text "Párroco de la Parroquia \"#{registro[29]}\" - #{registro[30]}", align: :justify
|
536
536
|
pdf.move_down 10
|
537
537
|
# Saludo
|
538
538
|
pdf.text 'De mis consideraciones:', align: :justify
|
@@ -570,7 +570,7 @@ class ResultadosConsulta < FXMainWindow
|
|
570
570
|
pdf.text (registro[31]).to_s, align: :justify
|
571
571
|
pdf.move_down 10
|
572
572
|
# Parroquia
|
573
|
-
pdf.text "Párroco de la Parroquia
|
573
|
+
pdf.text "Párroco de la Parroquia \"#{registro[29]}\" - #{registro[30]}", align: :justify
|
574
574
|
pdf.move_down 10
|
575
575
|
pdf.text 'Presente.', align: :justify
|
576
576
|
pdf.move_down 10
|
@@ -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 \"#{registro[29]}\"", align: :justify
|
610
|
+
pdf.text "Párroco de la Parroquia \"#{registro[29]}\" - #{registro[30]}", align: :justify
|
611
611
|
pdf.move_down 10
|
612
612
|
pdf.text 'Presente.', align: :justify
|
613
613
|
pdf.move_down 10
|