- Timestamp:
- 6 Oct 2017, 10:29:10 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/utils/utils.py
r14863 r14864 55 55 'clearance': 'Acceptance', 56 56 'schoolfee': 'School Fee', 57 'carryover1': 'One Carry-Over', 58 'carryover2': 'Two Carry-Overs', 59 'carryover3': 'Three Carry-Overs', 60 'carryover4': 'Four Carry-Overs', 57 'carryover1': '1, 2 or 3 Carry-Over Courses', 58 'carryover4': '4 Carry-Over Courses', 59 'carryover5': '5 Carry-Over Courses', 60 'carryover6': '6 Carry-Over Courses', 61 'carryover7': '7 Carry-Over Courses', 62 'carryover8': '8 Carry-Over Courses', 63 'carryover9': '9 Carry-Over Courses', 64 'carryover10': '10 Carry-Over Courses', 61 65 'bed_allocation': 'Bed Allocation', 62 66 'hostel_maintenance': 'Hostel Maintenance', … … 177 181 'nysc_id_card': 'NYSC ID Card', 178 182 'ijmb_result':'IJMB Result', 183 'carryover1': '1, 2 or 3 Carry-Over Courses', 184 'carryover4': '4 Carry-Over Courses', 185 'carryover5': '5 Carry-Over Courses', 186 'carryover6': '6 Carry-Over Courses', 187 'carryover7': '7 Carry-Over Courses', 188 'carryover8': '8 Carry-Over Courses', 189 'carryover9': '9 Carry-Over Courses', 190 'carryover10': '10 Carry-Over Courses', 179 191 }
Note: See TracChangeset for help on using the changeset viewer.