parroquia 1.1.35 → 1.1.36
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/catecismo/resultado.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: 5d9b6c43c9253827c7ec82b156dd08940f41d4db6120d8c146e4f1b7ece43d0d
|
|
4
|
+
data.tar.gz: cd5fb90c58595eb1445193dc651bab2012be27e39158b19ec2fd07935f5d6653
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3427032ff7f54346fa3dc7794a679a5308d4f6cb7cb6e84b15fb1293a7751ac19786bc7c13e58ab067c4bb2c0120f7e96f74fb6c2762bd6e2a21aba9270ba4e
|
|
7
|
+
data.tar.gz: 0ec91f32de1dd8a00985beda3943f984a76237204cf05b9cd4f75f66b7d34f192711a92b7c1d10bf959dc8367690bde62cdfa69490d261c3bba90bdd514a1104
|
|
@@ -163,7 +163,7 @@ class ResultadosConsulta < FXMainWindow
|
|
|
163
163
|
# Recorre todos los registros seleccionados y agrega sus horarios de misas
|
|
164
164
|
pdf.text "Año Lectivo #{registros_seleccionados[0][9]}"
|
|
165
165
|
pdf.move_down 10
|
|
166
|
-
pdf.text "Catequista #{registros_seleccionados[0][
|
|
166
|
+
pdf.text "Catequista #{registros_seleccionados[0][12]} #{registros_seleccionados[0][13]}"
|
|
167
167
|
pdf.move_down 10
|
|
168
168
|
pdf.text 'Número | Apellidos | Nombres | Nivel | Sector'
|
|
169
169
|
pdf.move_down 10
|
|
@@ -191,7 +191,7 @@ class ResultadosConsulta < FXMainWindow
|
|
|
191
191
|
if registros_seleccionados.nil? || registros_seleccionados.empty?
|
|
192
192
|
FXMessageBox.warning(self, MBOX_OK, 'Advertencia', 'No hay registros seleccionados')
|
|
193
193
|
else
|
|
194
|
-
@archivo_pdf = "#{directorio}/#{registros_seleccionados[0][
|
|
194
|
+
@archivo_pdf = "#{directorio}/#{registros_seleccionados[0][1]} #{registros_seleccionados[0][2]} - #{registros_seleccionados[0][7]}.pdf"
|
|
195
195
|
end
|
|
196
196
|
end
|
|
197
197
|
|