Changeset 13779 for main/waeup.fceokene/trunk/src/waeup
- Timestamp:
- 15 Mar 2016, 12:11:52 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/students/utils.py
r13778 r13779 152 152 # UG 153 153 elif student.current_mode == 'ug_ft': 154 # Introducing returning students fee for 'ug_ft' for 1st time155 # on 07/01/2014156 154 if student.state == CLEARED: 157 155 amount = 65650 156 # Introducing repeater fee for 'ug_ft' for 1st time 157 # on 15/03/2016 158 elif student.current_verdict == 'O': 159 amount = 56150 158 160 else: 159 161 amount = 61150 #added 5000 late registration fee on 13-03-2016
Note: See TracChangeset for help on using the changeset viewer.