Changeset 16554 for main/waeup.fceokene
- Timestamp:
- 16 Jul 2021, 09:04:22 (3 years ago)
- Location:
- main/waeup.fceokene/trunk/src/waeup/fceokene
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/students/utils.py
r16542 r16554 467 467 student.current_mode == 'nce_ft': 468 468 return True 469 if category == 'clearance': 470 if 'cl_except_ug' in academic_session.payment_disabled and \ 471 student.current_mode != 'ug_ft': 472 return True 469 473 return False 470 474 -
main/waeup.fceokene/trunk/src/waeup/fceokene/utils/utils.py
r16461 r16554 97 97 'sf_all': 'School Fee - All Students', 98 98 'sf_nce1': 'School Fee - NCE I Fresh Students', 99 'cl_except_ug': 'Acceptance Fee - All Students except UG Full Time', 99 100 } 100 101
Note: See TracChangeset for help on using the changeset viewer.