- Timestamp:
- 22 Nov 2023, 21:52:19 (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/utils.py
r17645 r17647 131 131 if student.faccode == 'NCE': 132 132 amount += 14600 133 elif student.faccode not in ('PRE', 'JUPEB', 'DELSU' ):133 elif student.faccode not in ('PRE', 'JUPEB', 'DELSU', 'IJMB'): 134 134 amount += 40000 135 135 elif category == 'clearance':
Note: See TracChangeset for help on using the changeset viewer.