Changeset 17944 for main/kofacustom.unidel/trunk/src/kofacustom
- Timestamp:
- 16 Oct 2024, 14:09:00 (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/utils.py
r17941 r17944 166 166 # Add non-local surcharges 167 167 if amount and not local(student): 168 non_local_surcharge = 40000 168 non_local_surcharge = 0 169 if student.faccode not in ('IJMB', 'PRE', 'JUPEB'): 170 non_local_surcharge = 40000 169 171 #if student.faccode in ('FAG', 'FCP', 'FES', 170 172 # 'FSS', 'FMS', 'FSC',
Note: See TracChangeset for help on using the changeset viewer.