Changeset 17494 for main/waeup.aaue/trunk/src/waeup/aaue/students/utils.py
- Timestamp:
- 19 Jul 2023, 16:41:44 (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/utils.py
r17481 r17494 426 426 additional += int(item) 427 427 except: 428 pass 428 # 100_ indicates first year payment only 429 if student.state == CLEARED: 430 try: 431 additional += int(item.split('_')[1]) 432 except: 433 pass 429 434 amount = float(schoolfees[0]) 430 435 additional -= amount
Note: See TracChangeset for help on using the changeset viewer.