Changeset 2652 for WAeUP_SRP/base/skins/waeup_student/getNextInfo.py
- Timestamp:
- 14 Nov 2007, 17:48:37 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/getNextInfo.py
r2475 r2652 41 41 elif review_state == 'returning' and has_verdict and has_level and has_session: 42 42 info['next_session_id'] = next_session_id = "%02d" % (int(session_id)+1) 43 if int(session_id) > int(context.getSessionId()[0]) -2:43 if int(session_id) > 4: 44 44 info['next_transition'] = "pay_school_fee" 45 45 info['next_verdict'] = '' … … 54 54 55 55 info['reasons'] = reasons 56 info['next_session_str'] = context. sessions_voc(next_session_id)56 info['next_session_str'] = context.getSessionsVoc(next_session_id) 57 57 58 58 return info
Note: See TracChangeset for help on using the changeset viewer.