Changeset 8768 for WAeUP_SRP/trunk/skins/waeup_uniben/pay_interswitch.py
- Timestamp:
- 20 Jun 2012, 13:17:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.