- Timestamp:
- 10 Jul 2025, 14:09:38 (20 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/utils.py
r18111 r18118 330 330 if student.is_postgrad: 331 331 amount *= 0.5 332 if student.certcode in ('DPHARM','MBBSMED','BSCNNUR','L AW'):332 if student.certcode in ('DPHARM','MBBSMED','BSCNNUR','LLB'): 333 333 amount += 200000 334 334 elif category.startswith('resit'):
Note: See TracChangeset for help on using the changeset viewer.