Changeset 5594 for WAeUP_SRP/trunk/skins/waeup_epayment
- Timestamp:
- 24 Nov 2010, 10:57:04 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_epayment/approve_epayment.py
r3467 r5594 33 33 session = s_brain.session 34 34 35 next_info = context.getNextInfo(s_brain)36 next_session_id = next_info['next_session_id']37 next_session_str = next_info['next_session_str']38 next_level_id = next_info['next_level_id']39 next_transition = next_info['next_transition']40 next_verdict = next_info['next_verdict']41 42 35 pd = {} 43 36 doc = context.getContent() … … 48 41 49 42 if doc.category == 'schoolfee': 43 next_info = context.getNextInfo(s_brain) 44 next_session_id = next_info['next_session_id'] 45 next_session_str = next_info['next_session_str'] 46 next_level_id = next_info['next_level_id'] 47 next_transition = next_info['next_transition'] 48 next_verdict = next_info['next_verdict'] 50 49 study_course = getattr(student,'study_course') 51 50 try:
Note: See TracChangeset for help on using the changeset viewer.