Changeset 17746 for main/kofacustom.unidel
- Timestamp:
- 24 Apr 2024, 07:18:42 (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/utils.py
r17745 r17746 145 145 if student.faccode == 'NCE': 146 146 amount += 14600 147 elif student.faccode not in ('PRE', 'JUPEB', 'DELSU', 'IJMB'): 147 elif student.faccode not in ( 148 'PRE', 'JUPEB', 'DELSU', 'IJMB', 'DP_FT', 'DP_PT'): 148 149 amount += 40000 149 150 elif category == 'clearance':
Note: See TracChangeset for help on using the changeset viewer.