Skip to content

Commit d9b1c3c

Browse files
committed
añadir status value en f2DA que faltaba
1 parent e202cb0 commit d9b1c3c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • ede/ede/validation_functions/fn2_registro_matricula

ede/ede/validation_functions/fn2_registro_matricula/fn2DA.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def fn2DA(conn, return_dict):
4949
)
5050
AND fileScanBase64 is not null
5151
and RefPersonStatusTypeId = 27 --Estudiante con matrícula definitiva
52+
and StatusValue = 1
5253
""")
5354
if (len(_query) == len(_personStatusFile)):
5455
_file = ejecutar_sql(conn, """--sql

0 commit comments

Comments
 (0)