Skip to content

Commit e202cb0

Browse files
committed
fix fn2DA agregar campo Status Value
1 parent 4f88998 commit e202cb0

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
@@ -70,6 +70,7 @@ def fn2DA(conn, return_dict):
7070
)
7171
and fileScanBase64 is not null
7272
and RefPersonStatusTypeId = 27 --Estudiante con matrícula definitiva
73+
and StatusValue = 1
7374
);
7475
""")
7576
if(len(_file) == len(_query)):

0 commit comments

Comments
 (0)