Changeset 13636 for main/waeup.aaue/trunk/src
- Timestamp:
- 19 Jan 2016, 08:45:25 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/utils.py
r13609 r13636 162 162 elif category == 'concessional': 163 163 amount = academic_session.concessional_fee 164 elif student.current_mode == 'found' and category not in ( 165 'schoolfee', 'clearance', 'late_registration'): 166 return _('Not allowed.'), None 164 167 elif category.startswith('clearance'): 165 168 if student.state not in (ADMITTED, CLEARANCE, REQUESTED, CLEARED):
Note: See TracChangeset for help on using the changeset viewer.