Changeset 11922 for main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/utils
- Timestamp:
- 1 Nov 2014, 14:24:29 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/utils/utils.py
r11759 r11922 54 54 'carryover2': '2 CarryOvers', 55 55 'carryover3': '3 CarryOvers', 56 'clearance': 'Acceptance Fee',57 'bed_allocation': 'Bed Allocation Fee',58 'hostel_maintenance': 'Hostel Maintenance Fee',59 'application': 'Application Fee',56 'clearance': 'Acceptance', 57 'bed_allocation': 'Bed Allocation', 58 'hostel_maintenance': 'Hostel Maintenance', 59 'application': 'Application', 60 60 'certificate': 'ND Certificate', 61 61 'hnd_certificate': 'HND Certificate', … … 86 86 'hnd_conv_brochure': 'HND Convocation Brochure', 87 87 'pgd_conv_brochure': 'PGD Convocation Brochure', 88 'log_book': 'Log Book Fees',88 'log_book': 'Log Book', 89 89 'jamb_regularization': 'Jamb Regularization', 90 'utme_registration': 'UTME Registration', 91 'utme_cbt': 'UTME CBT', 92 'nysc_id_card': 'NYSC ID Card' 90 93 } 91 94 … … 95 98 'carryover2': 'Two CarryOvers', 96 99 'carryover3': 'Three CarryOvers', 97 'hostel_maintenance': 'Hostel Maintenance Fee',100 'hostel_maintenance': 'Hostel Maintenance', 98 101 'certificate': 'ND Certificate', 99 102 'hnd_certificate': 'HND Certificate', … … 124 127 'hnd_conv_brochure': 'HND Convocation Brochure', 125 128 'pgd_conv_brochure': 'PGD Convocation Brochure', 126 'log_book': 'Log Book Fees',129 'log_book': 'Log Book', 127 130 'jamb_regularization': 'Jamb Regularization', 131 'utme_registration': 'UTME Registration', 132 'utme_cbt': 'UTME CBT', 133 'nysc_id_card': 'NYSC ID Card' 128 134 } 129 135 … … 169 175 'hnd_conv_brochure': 'HND Convocation Brochure', 170 176 'pgd_conv_brochure': 'PGD Convocation Brochure', 171 'log_book': 'Log Book Fees',177 'log_book': 'Log Book', 172 178 'jamb_regularization': 'Jamb Regularization', 179 'utme_registration': 'UTME Registration', 180 'utme_cbt': 'UTME CBT', 181 'nysc_id_card': 'NYSC ID Card' 173 182 }
Note: See TracChangeset for help on using the changeset viewer.