Changeset 1971 for WAeUP_SRP/trunk/skins/waeup_student/add_course_result.py
- Timestamp:
- 27 Jun 2007, 10:03:44 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/add_course_result.py
r1896 r1971 37 37 args = {} 38 38 err = '' 39 d['core_or_elective'] = True 39 40 while True: 40 41 if not course_id: … … 64 65 65 66 cr_id = context.invokeFactory('StudentCourseResult',course_id) 66 #set_trace()67 67 cr = getattr(context,cr_id) 68 68 context.portal_workflow.doActionFor(cr,'open')
Note: See TracChangeset for help on using the changeset viewer.