Changeset 3683
- Timestamp:
- 21 Sep 2008, 08:39:20 (16 years ago)
- Location:
- WAeUP_SRP/aaua/waeup_custom
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/aaua/waeup_custom/getStudyLevelInfo.py
r3629 r3683 76 76 cert_id = student.course 77 77 info['cert_id'] = cert_id 78 if context.objectIds():79 course_results.moveResultsHere(context,student_id)80 logger.info("%s initiated moveResultsHere for %s in level %s" % (member_id,student_id,level_id))81 78 total_credits,gpa,carry_overs,normal1,normal2,normal3 = course_results.getCourses(student_id,level_id) 82 79 info['total_credits'] = total_credits
Note: See TracChangeset for help on using the changeset viewer.