- Timestamp:
- 13 Mar 2023, 08:51:35 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/utils.py
r17336 r17347 118 118 ), None 119 119 amount = getattr(certificate, 'school_fee_2', 0.0) 120 if amount and not local(student) and not student.faccode in ( 121 'PRE', 'JUPEB', 'DELSU'): 122 amount += 40000 120 if amount and not local(student): 121 if student.faccode == 'NCE': 122 amount += 14600 123 elif student.faccode not in ('PRE', 'JUPEB', 'DELSU'): 124 amount += 40000 123 125 elif category == 'clearance': 124 126 try:
Note: See TracChangeset for help on using the changeset viewer.