Changeset 16802 for main/kofacustom.unidel/trunk/src/kofacustom/unidel
- Timestamp:
- 13 Feb 2022, 15:21:18 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/utils.py
r16790 r16802 112 112 return _('Study course data are incomplete.'), None 113 113 amount = academic_session.clearance_fee 114 if local(student):114 if not local(student): 115 115 amount += 10000 116 116 elif category == 'bed_allocation':
Note: See TracChangeset for help on using the changeset viewer.