Update api/reports/tasks/report_document.py

This commit is contained in:
2025-12-16 16:01:35 +00:00
parent fdbc7ba4db
commit 22f1bc5390

View File

@@ -244,7 +244,7 @@ def generate_report_control_pedimento(report_id):
# SECCIÓN DE TOTALES
writer.writerow(['RESUMEN DEL REPORTE - CONTROL DE PEDIMENTOS'])
writer.writerow(['OOGANIZACION:', nombre_organizacion])
writer.writerow(['ORGANIZACION:', nombre_organizacion])
writer.writerow([])
writer.writerow(['TOTAL DE EXPEDIENTES:', pedimentos_total])
writer.writerow(['TOTAL DE EXPEDIENTES COMPLETOS:', pedimentos_completos])