Skip to content

Commit 7f763a8

Browse files
ELIS-8988: Fix multiple export rows in version1elis for same class instance enrolment record.
1 parent 3e6f095 commit 7f763a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exportplugins/version1elis/version1elis.class.php

+1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ public function init($targetstarttime = 0, $lastruntime = 0) {
160160
{$extra_joins}
161161
WHERE stu.completestatusid = ?
162162
{$time_condition}
163+
GROUP BY stu.id
163164
ORDER BY u.idnumber ASC,
164165
crs.idnumber ASC,
165166
stu.completetime ASC,

0 commit comments

Comments
 (0)