Changeset 2010 for WAeUP_SRP/trunk/skins
- Timestamp:
- 11 Jul 2007, 14:41:11 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getStudyCourseInfo.py
r1816 r2010 58 58 ci['department'] = 'N/A' 59 59 info['course_doc'] = ci 60 60 61 61 items = [] 62 62 current_level = sbrain.level … … 68 68 may_register = (student_review_state in ('school_fee_paid',)) and\ 69 69 current_level not in levels and\ 70 (sbrain.verdict in ('A','B','C','J' ) or sbrain.jamb_reg_no.startswith('6'))70 (sbrain.verdict in ('A','B','C','J','M') or sbrain.jamb_reg_no.startswith('6')) 71 71 72 72 levels.sort()
Note: See TracChangeset for help on using the changeset viewer.