Changeset 17621 for main/kofacustom.unidel/trunk
- Timestamp:
- 24 Oct 2023, 14:35:09 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/utils.py
r17599 r17621 144 144 else: 145 145 amount = academic_session.ugft_clearance_fee 146 elif student.faccode == 'PRE': 147 amount = 20000.0 148 elif student.faccode == 'JUPEB': 149 amount = 25000.0 150 elif student.current_mode.startswith('dp'): 151 amount = 20000.0 146 152 elif category == 'bed_allocation': 147 153 acco_details = self.getAccommodationDetails(student)
Note: See TracChangeset for help on using the changeset viewer.