parroquia 1.1.25 → 1.1.26
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 +1 -1
- 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: 5beb0356a40008f9da8b0843aa31e6dfb847edb6d65c19e6e26d76abb6cf2e66
|
4
|
+
data.tar.gz: 4f7d7ed16df02792951905be43d7361f055f65b774a15d03fcf8da7f1e699a4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2e043878a6d0b41097d1a5964db368eebb51e0ccb72e21cf508739eb4e6ac8f935a2e3c87eb46950adfb538ae543886b4b4866fa1fcf318c7df314866e42b47
|
7
|
+
data.tar.gz: fdd0fe6fa889ba2affbf66a769437cf5c70cf58ee036b16bad7ab5c1f2e86d4bb1632054ed11be1a4f5e0f2c2647b10ff984932666ec5256357d617eb931f809
|
@@ -381,7 +381,7 @@ class ResultadosConsulta < FXMainWindow
|
|
381
381
|
when 'Matrimonio'
|
382
382
|
pdf.move_down 20
|
383
383
|
pdf.text 'CERTIFICADO DE MATRIMONIO', align: :center, size: 20, style: :bold, color: 'FF0000'
|
384
|
-
pdf.move_down
|
384
|
+
pdf.move_down 10
|
385
385
|
registros_seleccionados.each do |registro|
|
386
386
|
# Fecha actual alineada a la derecha
|
387
387
|
pdf.text "Quito, #{cambiar_formato_fecha(Time.now.strftime('%d/%m/%Y'))}", align: :right
|