Changeset 8768 for WAeUP_SRP/trunk
- Timestamp:
- 20 Jun 2012, 13:17:52 (12 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_uniben
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_uniben/getSchoolFee.py
r8297 r8768 38 38 else: 39 39 return None 40 40 41 41 d['next_session_id'] = next_info['next_session_id'] 42 d['next_level_id'] = next_info['next_level_id'] 42 43 43 44 return d -
WAeUP_SRP/trunk/skins/waeup_uniben/pay_interswitch.py
r8679 r8768 68 68 amount_int = int(amount) 69 69 amount_int += 5000 70 amount = info['amount'] = '%d' % (amount_int) 71 72 final_year = False 73 if fee_dict['next_level_id'] == getattr(student_record, 'end_level', None) and not student_record.mode.startswith('pg'): 74 final_year = True 75 if final_year: 76 amount_int = int(amount) 77 amount_int += 3000 70 78 amount = info['amount'] = '%d' % (amount_int) 71 79
Note: See TracChangeset for help on using the changeset viewer.