- Timestamp:
- 24 Apr 2007, 08:40:52 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/create_level.py
r1676 r1701 59 59 level.getContent().edit(mapping={'session': study_session}) 60 60 context.portal_workflow.doActionFor(level,'close_for_edit') 61 results = context.results_import(matric_no = student.matric_no) 61 results = [] 62 if student.matric_no: 63 results = context.results_import(matric_no = student.matric_no) 62 64 if results: 63 65 #carry_overs = [brain for brain in results if brain.GRADE in ('D','E','F')]
Note: See TracChangeset for help on using the changeset viewer.