Skip to content

Commit f6db00c

Browse files
committed
fix fn5D0 agrupamiento
1 parent 433c1df commit f6db00c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ede/ede/validation_functions/fn5_registro_control_asignaturas

ede/ede/validation_functions/fn5_registro_control_asignaturas/fn5D0.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def fn5D0(conn, return_dict):
3131
JOIN RoleAttendanceEvent RAE ON OPR.OrganizationPersonRoleId = RAE.OrganizationPersonRoleId
3232
WHERE OPR.RoleId in(4,5)
3333
AND RAE.RefAttendanceEventTypeId = 2
34-
group by OPR.PersonId, RAE.Date, RAE.digitalRandomKey, RAE.VirtualIndicator;
34+
group by OPR.PersonId, OPR.OrganizationId, RAE.Date, RAE.digitalRandomKey, RAE.VirtualIndicator;
3535
"""
3636
)
3737
if(len(_oPR)>0):

0 commit comments

Comments
 (0)