Changeset 3685 for WAeUP_SRP/uniben
- Timestamp:
- 21 Sep 2008, 08:41:06 (16 years ago)
- Location:
- WAeUP_SRP/uniben/waeup_custom
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/uniben/waeup_custom/getStudyLevelInfo.py
r3631 r3685 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 83 80 84 81 #start customization 82 83 if context.objectIds(): 84 course_results.moveResultsHere(context,student_id) 85 logger.info("%s initiated moveResultsHere for %s in level %s" % (member_id,student_id,level_id)) 85 86 86 87 max_credits = 50
Note: See TracChangeset for help on using the changeset viewer.