- Timestamp:
- 11 Dec 2013, 15:56:06 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/utils/utils.py
r10820 r10844 35 35 'pgd': 'Postgraduate Diploma Programmes', 36 36 'rmd': 'Remedial Programmes', 37 'no': 'no application', 37 38 } 38 39 … … 107 108 'itch': 'ITCH Hostel' 108 109 } 110 111 SPECIAL_APP_DICT = { 112 'certificate': 'Certificate Payment', 113 'state_result': 'Statement of Result Payment', 114 'transcript_local': 'Transcript (local) Payment', 115 'transcript_foreign': 'Transcript (foreign) Payment', 116 'ver_result': 'Verification of Result Payment', 117 'change_course': 'Change of Course Payment', 118 'change_inst': 'Change of Institute Payment', 119 'jamb_reject': 'JAMB Rejection Form Payment', 120 'cert_of_cert': 'Certification of Certificate Payment', 121 'ref_let': 'Recommendation/Reference Letter Payment', 122 'proc_cert': 'Processing of Certificate by Proxy Payment', 123 'loss_idcard': 'Loss of ID Card Payment', 124 'loss_examcard': 'Loss of Exam Card Payment', 125 'loss_result': 'Loss of Result Payment', 126 'loss_receipt': 'Loss of Receipt Payment', 127 'loss_clearance': 'Loss of Clearance Payment', 128 'conv_brochure': 'Convocation Brochure Payment', 129 }
Note: See TracChangeset for help on using the changeset viewer.