Changeset 3761 for WAeUP_SRP/trunk/skins/waeup_fceoyo
- Timestamp:
- 13 Nov 2008, 05:47:19 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_fceoyo/getSchoolFee.py
r3760 r3761 63 63 else: 64 64 d['all'] = 6800 65 # NCE III repeaters 66 elif str(brain.level) in ('300','310') and brain.verdict == 'C':65 # NCE III repeaters and spillover 66 elif str(brain.level) in ('300','310') and brain.verdict in ('B','C'): 67 67 if brain.department in ARTS: 68 68 d['all'] = 4950 … … 88 88 elif str(brain.level) in ('300','310','320'): 89 89 d['all'] = 9500 90 # NCE IV spillover 91 elif str(brain.level) in ('400','410','420') and brain.verdict == 'B': 92 d['all'] = 9000 90 93 else: 91 94 d['all'] = 0
Note: See TracChangeset for help on using the changeset viewer.