We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e202cb0 commit d9b1c3cCopy full SHA for d9b1c3c
1 file changed
ede/ede/validation_functions/fn2_registro_matricula/fn2DA.py
@@ -49,6 +49,7 @@ def fn2DA(conn, return_dict):
49
)
50
AND fileScanBase64 is not null
51
and RefPersonStatusTypeId = 27 --Estudiante con matrícula definitiva
52
+ and StatusValue = 1
53
""")
54
if (len(_query) == len(_personStatusFile)):
55
_file = ejecutar_sql(conn, """--sql
0 commit comments