Changeset 2983
- Timestamp:
- 6 Jan 2008, 22:50:32 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/getStudentFolderInfo.py
r2975 r2983 127 127 except: 128 128 current_level = 0 129 info['transition_return_allowed'] = info['review_state'] == 'school_fee_paid' and current_level > 100 and i s_sectionofficer130 info['transition_pay_school_fee_allowed'] = info['review_state'] == 'returning' and i s_sectionofficer129 info['transition_return_allowed'] = info['review_state'] == 'school_fee_paid' and current_level > 100 and info['is_sectionofficer'] 130 info['transition_pay_school_fee_allowed'] = info['review_state'] == 'returning' and info['is_sectionofficer'] 131 131 132 132 return info
Note: See TracChangeset for help on using the changeset viewer.