- Timestamp:
- 2 Nov 2024, 13:07:40 (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.unidel/trunk/src/kofacustom/unidel/students/utils.py
r17944 r17951 167 167 if amount and not local(student): 168 168 non_local_surcharge = 0 169 if student.faccode not in ('IJMB', 'PRE', 'JUPEB' ):169 if student.faccode not in ('IJMB', 'PRE', 'JUPEB', 'PDED'): 170 170 non_local_surcharge = 40000 171 171 #if student.faccode in ('FAG', 'FCP', 'FES',
Note: See TracChangeset for help on using the changeset viewer.